Add EmojiInfo cog #27

Merged
cswimr merged 27 commits from emoji into main 2024-05-08 16:07:30 -04:00
Showing only changes of commit c266997a78 - Show all commits

View file

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