Add resp to failed message
This commit is contained in:
parent
9d762c942c
commit
5979135131
@ -580,7 +580,7 @@ class Rcon(commands.Cog):
|
|||||||
else:
|
else:
|
||||||
with await message_lock:
|
with await message_lock:
|
||||||
msg = await msg.channel.fetch_message(msg.id)
|
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.group(case_insensitive=True)
|
||||||
@commands.guild_only()
|
@commands.guild_only()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user