From c266997a78c6c8732f2702545d4540c54f03f59d Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Wed, 8 May 2024 13:54:55 -0400 Subject: [PATCH] fix(emojiinfo): use commands.Cog instead of commands.cog --- emojiinfo/emojiinfo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emojiinfo/emojiinfo.py b/emojiinfo/emojiinfo.py index 6e4d21a..40701d6 100644 --- a/emojiinfo/emojiinfo.py +++ b/emojiinfo/emojiinfo.py @@ -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"]