best field name
This commit is contained in:
parent
16fd995e96
commit
ecfa9bf1b2
1 changed files with 2 additions and 2 deletions
|
@ -238,7 +238,7 @@ class Utils(commands.Cog):
|
|||
dev = self.client.get_user(158260864623968257)
|
||||
|
||||
embed.add_field(name = "Dev", value = f"[{dev.name}](https://gitlab.com/Mylloon)")
|
||||
embed.add_field(name = "Host", value = appinfo.owner.mention)
|
||||
embed.add_field(name = "Hébergeur", value = appinfo.owner.mention)
|
||||
embed.add_field(name = f"Serveur{'s' if nombreServeur > 1 else ''}", value = f"`{nombreServeur}`")
|
||||
embed.add_field(name = f"Membre{'s' if total_unique > 1 else ''}", value = f"`{total_unique}` au total\n`{total_online}` en ligne")
|
||||
embed.add_field(name = f"Salon{'s' if (text + voice) > 1 else ''}", value = f"`{text}` textuel{'s' if text > 1 else ''}\n`{voice}` voca{'ux' if voice > 1 else 'l'}")
|
||||
|
@ -246,7 +246,7 @@ class Utils(commands.Cog):
|
|||
embed.add_field(name = "Code source", value = "[Lien Gitlab](https://gitlab.com/ConfrerieDuKassoulait/KassouBot)")
|
||||
embed.add_field(name = "Timezone", value = f"`{self.customTimezone}`")
|
||||
changes = getChangelogs(version)
|
||||
version = f"`{getActualVersion()}`"
|
||||
version = f"`{version}`"
|
||||
if changes[0] == 200:
|
||||
version = f"[{version}]({changes[1]})"
|
||||
embed.add_field(name = "Version", value = version)
|
||||
|
|
Reference in a new issue