Compare commits

..

No commits in common. "28f814db564444c672857e1b82e52e3c44ff79fd" and "2ac1dacd19af043ab643b325f83707328dc0273d" have entirely different histories.

2 changed files with 0 additions and 3 deletions

View file

@ -81,7 +81,6 @@ class PartialEmoji(discord.PartialEmoji):
with open(path, "r", encoding="UTF-8") as file:
emojis: dict = json.load(file)
emoji_aliases = []
emoji_group = None
for dict_name, group in emojis.items():
for k, v in group.items():
if v == value:

View file

@ -80,8 +80,6 @@ class SeaUtils(commands.Cog):
text = self.format_src(type(obj))
elif obj := ctx.bot.get_command(object):
text = self.format_src(obj)
else:
raise AttributeError
temp_content = cf.pagify(
text=cleanup_code(text),
escape_mass_mentions=True,