From f3f4b7f983815ebec10b0f30a76121118e7f83f7 Mon Sep 17 00:00:00 2001 From: Skycloudd <51929172+Skycloudd@users.noreply.github.com> Date: Wed, 21 Oct 2020 11:32:45 +0200 Subject: fixed boosts field in serverinfo --- cogs/general.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cogs/general.py') diff --git a/cogs/general.py b/cogs/general.py index eff80d5..6f5fef5 100755 --- a/cogs/general.py +++ b/cogs/general.py @@ -512,13 +512,13 @@ class General(commands.Cog): if guild.premium_subscription_count == 1: embed.add_field( name="Amount of boosts:", - value=f"{guild.premium_subscription_count} boosts", + value=f"{guild.premium_subscription_count} boost", inline=True, ) else: embed.add_field( - name="Boosted by:", - value=f"{guild.premium_subscription_count} members", + name="Amount of boosts:", + value=f"{guild.premium_subscription_count} boosts", inline=True, ) if guild.premium_subscribers: -- cgit v1.2.3