From 8c2eeeae3ccfcf30989cffe133013e4edbdf613d Mon Sep 17 00:00:00 2001 From: xenofem Date: Fri, 25 Mar 2022 18:14:43 -0400 Subject: [PATCH] tweak channel topic --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 6598545..524dd78 100644 --- a/bot.py +++ b/bot.py @@ -76,7 +76,7 @@ class MikageClient(discord.Client): channel = await guild.create_text_channel( CHANNEL_NAME, category=top_category, - topic="the he/they therapist - you know, the one who lives in the morgue in the basement of that building that doesn't exist?" + topic="the he/they therapist - you know, the one who lives in the morgue in the basement of that building that doesn't exist? - is in" ) await channel.move(category=top_category, beginning=True) self.state[guild_id] = {'channel': channel.id}