@client.command() @commands.is_owner() async def list_guilds(ctx): servers = client.guilds for guild in servers: embed = discord.Embed(colour=0x7289D