diff options
| author | 2020-09-23 12:12:04 +0800 | |
|---|---|---|
| committer | 2020-09-23 12:12:04 +0800 | |
| commit | 13df7440b008c41037ab1009852711748ffc07fc (patch) | |
| tree | f14bc294104fea0f3de6f2e9c2592569486f036b /tests | |
| parent | Add owners count to server embed (diff) | |
Only show server features in certain channels.
Diffstat (limited to '')
| -rw-r--r-- | tests/bot/exts/info/test_information.py | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/bot/exts/info/test_information.py b/tests/bot/exts/info/test_information.py index 1978bd7e2..74cbac4b6 100644 --- a/tests/bot/exts/info/test_information.py +++ b/tests/bot/exts/info/test_information.py @@ -155,7 +155,6 @@ class InformationCogTests(unittest.TestCase):                  f"""                  Created: {time_since_patch.return_value}                  Voice region: {self.ctx.guild.region} -                Features: {', '.join(self.ctx.guild.features)}                  Roles: {len(self.ctx.guild.roles) - 1}                  """              )  |