fix(emojiinfo): use commands.Cog instead of commands.cog

This commit is contained in:
Seaswimmer 2024-05-08 13:54:55 -04:00
parent 20c3007306
commit c266997a78
Signed by: cswimr
GPG key ID: 5D671B5D03D65A7F

View file

@ -7,7 +7,7 @@ from redbot.core.bot import Red
from redbot.core.utils.chat_formatting import humanize_list
class EmojiInfo(commands.cog):
class EmojiInfo(commands.Cog):
"""Retrieve information about emojis."""
__author__: list[str] = ["SeaswimmerTheFsh"]