tweak channel topic

main
xenofem 2022-03-25 18:14:43 -04:00
parent 7d9d6012d9
commit 8c2eeeae3c
1 changed files with 1 additions and 1 deletions

2
bot.py
View File

@ -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}