aboutsummaryrefslogtreecommitdiffstats
path: root/bot/seasons/valentines
diff options
context:
space:
mode:
authorGravatar S. Co1 <[email protected]>2020-03-01 18:57:39 -0500
committerGravatar S. Co1 <[email protected]>2020-03-01 18:57:39 -0500
commit10b63edcefa3dc53c833c0ce383b003823f7fa7c (patch)
tree4260d15d2f060e82fba1abcf1adfc84759e3324a /bot/seasons/valentines
parentUpdate devlog channel constant (diff)
Strip references to seasonalbot chat
Redirect any output to seasonalbot commands, where relevant
Diffstat (limited to 'bot/seasons/valentines')
-rw-r--r--bot/seasons/valentines/be_my_valentine.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/seasons/valentines/be_my_valentine.py b/bot/seasons/valentines/be_my_valentine.py
index a073e1bd..de97cb4e 100644
--- a/bot/seasons/valentines/be_my_valentine.py
+++ b/bot/seasons/valentines/be_my_valentine.py
@@ -96,7 +96,7 @@ class BeMyValentine(commands.Cog):
emoji_1, emoji_2 = self.random_emoji()
lovefest_role = discord.utils.get(ctx.guild.roles, id=Lovefest.role_id)
- channel = self.bot.get_channel(Channels.seasonalbot_chat)
+ channel = self.bot.get_channel(Channels.seasonalbot_commands)
valentine, title = self.valentine_check(valentine_type)
if user is None: