diff options
| author | 2021-12-09 19:59:09 +0000 | |
|---|---|---|
| committer | 2021-12-09 19:59:09 +0000 | |
| commit | 6c33e161660718c8b594e432299ef92a4ab51781 (patch) | |
| tree | 753c567c0553ac685fc8f2b981fb9acbf9f05cbd | |
| parent | Merge pull request #1997 from python-discord/reduce-fuzzy-match-len (diff) | |
| parent | Remove deprecated server voice region (diff) | |
Merge pull request #1999 from PH-KDX/patch-2
Remove deprecated server voice region
| -rw-r--r-- | bot/exts/info/information.py | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/bot/exts/info/information.py b/bot/exts/info/information.py index fa22a4fe9..73357211e 100644 --- a/bot/exts/info/information.py +++ b/bot/exts/info/information.py @@ -174,7 +174,6 @@ class Information(Cog):          embed = Embed(colour=Colour.og_blurple(), title="Server Information")          created = discord_timestamp(ctx.guild.created_at, TimestampFormats.RELATIVE) -        region = ctx.guild.region          num_roles = len(ctx.guild.roles) - 1  # Exclude @everyone          # Server Features are only useful in certain channels @@ -199,7 +198,6 @@ class Information(Cog):          embed.description = (              f"Created: {created}" -            f"\nVoice region: {region}"              f"{features}"              f"\nRoles: {num_roles}"              f"\nMember status: {member_status}" | 
