summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-03-15 16:19:30 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2017-03-15 16:19:30 +0100
commitf60fb8e7f90f21598a62f2300218ab2b9b8cae7b (patch)
tree86a7de0836fff3e6738f97e4f95dad8910434153
parentd10b8e4df90e1324be7cd31aa7654f3572d54cb9 (diff)
downloaddiscordbot-f60fb8e7f90f21598a62f2300218ab2b9b8cae7b.tar.gz
discordbot-f60fb8e7f90f21598a62f2300218ab2b9b8cae7b.zip
add server counter
-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")