edit discord init to change default domain to explorer domain

discord-upate
Konstantine Tsafatinos 2023-10-13 23:27:16 -04:00
parent 257e987fe2
commit aeb595ce9a
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ class SkynetDiscordFrontend:
await message.edit(embed=embed)
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 '
embed = discord.Embed(