aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar RohanJnr <[email protected]>2020-02-29 15:19:37 +0530
committerGravatar RohanJnr <[email protected]>2020-02-29 15:19:37 +0530
commitfe31808089aa01c9e495d16d5c0cdbc4640a5ded (patch)
treeb089b6187e075441cee54b5ea383f51a2bbc07f4
parentadded white spaces on statements before bullet points for proper rendering of... (diff)
Re-corrected the lines which I had changed by mistake
-rw-r--r--bot/cogs/tags.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/bot/cogs/tags.py b/bot/cogs/tags.py
index 0e959b45f..b62289e38 100644
--- a/bot/cogs/tags.py
+++ b/bot/cogs/tags.py
@@ -16,7 +16,8 @@ from bot.pagination import LinePaginator
log = logging.getLogger(__name__)
TEST_CHANNELS = (
- Channels.bot_commands,
+ Channels.devtest,
+ Channels.bot,
Channels.helpers
)