mirror of https://github.com/skygpu/skynet.git
edit discord init to change default domain to explorer domain
parent
257e987fe2
commit
aeb595ce9a
|
@ -234,7 +234,7 @@ class SkynetDiscordFrontend:
|
||||||
await message.edit(embed=embed)
|
await message.edit(embed=embed)
|
||||||
return False
|
return False
|
||||||
|
|
||||||
tx_link = f'[**Your result on Skynet Explorer**](https://explorer.{DEFAULT_DOMAIN}/v2/explore/transaction/{tx_hash})'
|
tx_link = f'[**Your result on Skynet Explorer**](https://{self.explorer_domain}/v2/explore/transaction/{tx_hash})'
|
||||||
|
|
||||||
msg_text += f'**request processed!**\n{tx_link}\n[{timestamp_pretty()}] *trying to download image...*\n '
|
msg_text += f'**request processed!**\n{tx_link}\n[{timestamp_pretty()}] *trying to download image...*\n '
|
||||||
embed = discord.Embed(
|
embed = discord.Embed(
|
||||||
|
|
Loading…
Reference in New Issue