mirror of https://github.com/skygpu/skynet.git
fix timeout message
parent
82ea4d57c4
commit
5ca350d5c0
|
@ -223,10 +223,10 @@ class SkynetDiscordFrontend:
|
||||||
|
|
||||||
if not ipfs_hash:
|
if not ipfs_hash:
|
||||||
|
|
||||||
msg_text += f'\n[{timestamp_pretty()}] **timeout processing request**'
|
timeout_text = f'\n[{timestamp_pretty()}] **timeout processing request**'
|
||||||
embed = discord.Embed(
|
embed = discord.Embed(
|
||||||
title='live updates',
|
title='live updates',
|
||||||
description=msg_text,
|
description=timeout_text,
|
||||||
color=discord.Color.blue())
|
color=discord.Color.blue())
|
||||||
|
|
||||||
await message.edit(embed=embed)
|
await message.edit(embed=embed)
|
||||||
|
|
Loading…
Reference in New Issue