diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-15 16:19:30 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-15 16:19:30 +0100 |
| commit | f60fb8e7f90f21598a62f2300218ab2b9b8cae7b (patch) | |
| tree | 86a7de0836fff3e6738f97e4f95dad8910434153 | |
| parent | d10b8e4df90e1324be7cd31aa7654f3572d54cb9 (diff) | |
| download | discordbot-f60fb8e7f90f21598a62f2300218ab2b9b8cae7b.tar.gz discordbot-f60fb8e7f90f21598a62f2300218ab2b9b8cae7b.zip | |
add server counter
| -rw-r--r-- | main.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |
