Skip to content

Commit

Permalink
Declownification
Browse files Browse the repository at this point in the history
  • Loading branch information
nfaltermeier committed May 28, 2023
1 parent 98844e1 commit 5351a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/embeds.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ async def on_message(message: discord.Message, conf):
space = len(message.content)
url = f'https://{replacement}{message.content[i + test_len: space]}'
if i == 0 and space == len(message.content):
await message.channel.send(f'{message.author.mention} (🤡) sent: {url}')
await message.channel.send(f'{message.author.mention} sent: {url}')
await message.delete()
else:
await message.edit(suppress=True)
Expand Down

0 comments on commit 5351a76

Please sign in to comment.