Answers for "how to get the amount of servers a discord bot is in? discord.py"

0

how to get the amount of servers a discord bot is in? discord.py

@client.command()
async def servers(ctx):
   prtint(str(client.guilds))
Posted by: Guest on March-25-2021

Code answers related to "how to get the amount of servers a discord bot is in? discord.py"

Browse Popular Code Answers by Language