aboutsummaryrefslogtreecommitdiff
path: root/cogs/general.py
diff options
context:
space:
mode:
Diffstat (limited to 'cogs/general.py')
-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: