tweak channel topic
This commit is contained in:
parent
7d9d6012d9
commit
8c2eeeae3c
2
bot.py
2
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}
|
||||
|
|
Loading…
Reference in a new issue