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}