aboutsummaryrefslogtreecommitdiff
path: root/cogs
diff options
context:
space:
mode:
authorSkycloudd <51929172+Skycloudd@users.noreply.github.com>2020-10-21 09:25:36 +0000
committerGitHub <noreply@github.com>2020-10-21 09:25:36 +0000
commitb84fdcbea29a9e7b2e80b69037d8a6a0305b3323 (patch)
tree4560ebf56994f7fa86caa9e08d86ed939a3fcd24 /cogs
parent98971387c4cee2d98ea0e63e6d63b145f5772458 (diff)
downloadsteve-bot-b84fdcbea29a9e7b2e80b69037d8a6a0305b3323.tar
steve-bot-b84fdcbea29a9e7b2e80b69037d8a6a0305b3323.tar.gz
steve-bot-b84fdcbea29a9e7b2e80b69037d8a6a0305b3323.tar.bz2
steve-bot-b84fdcbea29a9e7b2e80b69037d8a6a0305b3323.tar.lz
steve-bot-b84fdcbea29a9e7b2e80b69037d8a6a0305b3323.tar.xz
steve-bot-b84fdcbea29a9e7b2e80b69037d8a6a0305b3323.tar.zst
steve-bot-b84fdcbea29a9e7b2e80b69037d8a6a0305b3323.zip
fixed boosts field in serverinfo
Diffstat (limited to 'cogs')
-rwxr-xr-xcogs/general.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cogs/general.py b/cogs/general.py
index f0f2b1b..eff80d5 100755
--- a/cogs/general.py
+++ b/cogs/general.py
@@ -511,8 +511,8 @@ class General(commands.Cog):
else:
if guild.premium_subscription_count == 1:
embed.add_field(
- name="Boosted by:",
- value=f"{guild.premium_subscription_count} member",
+ name="Amount of boosts:",
+ value=f"{guild.premium_subscription_count} boosts",
inline=True,
)
else: