Skip to content

Commit

Permalink
Fixed undocumented bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dorythecat committed Aug 18, 2024
1 parent 339dc2a commit 1ffe3a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cogs/get.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ async def bio(self,
async def transformed(self,
ctx: discord.ApplicationContext) -> None:
tfee_data = utils.load_transformed(ctx.guild)['transformed_users']
if not tfee_data:
if tfee_data == {}:
await ctx.respond("No one is transformed in this server, at the moment!")
return
description = ""
Expand Down

0 comments on commit 1ffe3a5

Please sign in to comment.