fix: bot crashing whenever someone disabled DMs and warning
This commit is contained in:
@@ -17,7 +17,8 @@ class SubscribeCommand(commands.Cog):
|
||||
await interaction.response.send_message(
|
||||
":information_source: You have been subscribed to **BeReal. notifications**\n\
|
||||
:arrow_right: You will receive every day notifications whenever it's\
|
||||
time to BeReal.\n:warning: You may unsubscribe at any time using `/unsubscribe`.",
|
||||
time to BeReal.\n:warning: You may unsubscribe at any time using `/unsubscribe`.\n\
|
||||
:red_circle: **Make sure you enabled DMs from this server!**",
|
||||
ephemeral=True,
|
||||
)
|
||||
else:
|
||||
|
Reference in New Issue
Block a user