Compare commits

..

No commits in common. "a5b344a32306c50d5cfd5adf418556b4a336c01b" and "cb420d2fc40af42049409153ca6cc96226dc625c" 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,