From 13df7440b008c41037ab1009852711748ffc07fc Mon Sep 17 00:00:00 2001 From: kosayoda Date: Wed, 23 Sep 2020 12:12:04 +0800 Subject: Only show server features in certain channels. --- tests/bot/exts/info/test_information.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tests') 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} """ ) -- cgit v1.2.3