Skip to content

Commit

Permalink
Updated transform command
Browse files Browse the repository at this point in the history
  • Loading branch information
dorythecat committed Aug 17, 2024
1 parent 6678866 commit 82849b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cogs/transformation.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,11 @@ async def transform(self,
return
if await transform_function(ctx,
user,
response.content,
response.content.strip(),
response.attachments[0].url if response.attachments else None,
channel,
brackets):
await ctx.respond(f'You have transformed {user.mention} into "{response.content}"!')
await ctx.respond(f'You have transformed {user.mention} into "{response.content.strip()}"!')

@discord.slash_command(description="Return someone to their previous state")
async def goback(self,
Expand Down

0 comments on commit 82849b8

Please sign in to comment.