fix(emojiinfo): use commands.Cog instead of commands.cog
This commit is contained in:
parent
20c3007306
commit
c266997a78
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue