def info(self, message):
inguilds = 0
for sever in self.servers:
inguilds = inguilds + 1
response = """
**NOW ON VERSION 2!!! 100% MORE STABLE**
(Finally)
Type ?commands to see the commands.
Add the suffix -p to disable embeds.
e.g: ?commands -p
Find the owner of the Bot here:
<https://discord.gg/25bf5NT>
also on github:
<https://github.com/Carbsta/TomeBot>
Hosted by @Crablabuk.
To add to your server use this link:
<https://discordapp.com/oauth2/authorize?client_id=247413966094073856&scope=bot&permissions=0>
"""
response = response +"\n\nCurrently in "+str(inguilds)+" discord server(s)."
return(response)
评论列表
文章目录