how to get the amount of servers a discord bot is in? discord.py code example
Example: how to get the amount of servers a discord bot is in? discord.py
@client.command()
async def servers(ctx):
prtint(str(client.guilds))
@client.command()
async def servers(ctx):
prtint(str(client.guilds))