summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'main.py')
-rw-r--r--main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.py b/main.py
index d071350..bae83fa 100644
--- a/main.py
+++ b/main.py
@@ -62,7 +62,7 @@ async def about():
"""Print invite links."""
emb = discord.Embed(
title="Vainsocial Discord bot",
- description="Built by the Vainsocial development team using the MadGlory API."
+ description="Built by the Vainsocial development team using the MadGlory API. Currently running on %i servers." % (len(bot.servers),)
)
emb.add_field(name="Website",
value="https://alpha.vainsocial.com")