change the footer text

pull/11/head
Konstantine Tsafatinos 2023-07-21 18:33:16 -04:00
parent 5ca350d5c0
commit aa9cde50c7
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ def prepare_metainfo_caption(user, worker: str, reward: str, meta: dict, embed)
embed.add_field(name='Parameters', value=f'```{meta_str}```', inline=False) embed.add_field(name='Parameters', value=f'```{meta_str}```', inline=False)
foot_str = f'Made with Skynet v{VERSION}\n' foot_str = f'Made with Skynet v{VERSION}\n'
foot_str += f'JOIN THE SWARM: @skynetgpu' foot_str += f'JOIN THE SWARM. Join our [**server**](https://discord.gg/JYM4YPMgK) for more info.'
embed.set_footer(text=foot_str) embed.set_footer(text=foot_str)