diff --git a/cogs/info.py b/cogs/info.py index adb6ba8c..ecf375c6 100644 --- a/cogs/info.py +++ b/cogs/info.py @@ -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),