Add another new line to the message when the bot converts an image

This commit is contained in:
Luke Robles 2022-09-01 09:55:48 -07:00
parent 023968a83e
commit 52187748f9
2 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ async def fix_cdn_url(ctx):
if any(x in ctx.content for x in videos) and "media.discordapp.net" in ctx.content:
await ctx.delete()
await ctx.channel.send(
"%s said:\n%s"
"%s said:\n\n%s"
% (
ctx.author.mention,
ctx.content.replace("media.discordapp.net", "cdn.discordapp.com"),

0
app/help_methods.py Executable file → Normal file
View File