Add another new line to the message when the bot converts an image
This commit is contained in:
parent
023968a83e
commit
52187748f9
@ -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
0
app/help_methods.py
Executable file → Normal file
Loading…
x
Reference in New Issue
Block a user