From f60fb8e7f90f21598a62f2300218ab2b9b8cae7b Mon Sep 17 00:00:00 2001 From: schneefux Date: Wed, 15 Mar 2017 16:19:30 +0100 Subject: add server counter --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.py') 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") -- cgit v1.3.1