pull/8/head
sgoudham 4 years ago
parent 0fb3478eff
commit 2ae4f81e29

@ -193,7 +193,7 @@ class Info(commands.Cog):
(f"Channels ({len(ctx.guild.channels)})",
f"\nText: {len(ctx.guild.text_channels)}" +
f"\nVoice: {len(ctx.guild.voice_channels)}"
f"\nVoice: {len(ctx.guild.voice_channels)}" +
f"\nCategories: {len(ctx.guild.categories)}", True),
("Misc", f"Invites: {invites}", True),

Loading…
Cancel
Save