mirror of https://github.com/skygpu/skynet.git
change the footer text again, again
parent
9ad30ffc10
commit
1e94f43965
|
@ -68,9 +68,8 @@ 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)
|
||||||
|
|
||||||
embed.add_field(value=f'JOIN THE SWARM. Join our [**server**](https://discord.gg/JYM4YPMgK) for more info.', 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. For more info, join our server here: https://discord.gg/JYM4YPMgK'
|
||||||
|
|
||||||
embed.set_footer(text=foot_str)
|
embed.set_footer(text=foot_str)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue