Add resp to failed message

This commit is contained in:
Dustin Pianalto 2020-08-18 01:34:31 -08:00
parent 9d762c942c
commit 5979135131

View File

@ -580,7 +580,7 @@ class Rcon(commands.Cog):
else:
with await message_lock:
msg = await msg.channel.fetch_message(msg.id)
await msg.edit(content=f'{msg.content}\n{server_name} Failed')
await msg.edit(content=f'{msg.content}\n{server_name} Failed\n{resp}')
@commands.group(case_insensitive=True)
@commands.guild_only()