3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-25 02:25:01 +00:00

Don't forget to add it to the other block :)

This commit is contained in:
Dark 2021-11-03 15:46:56 +01:00
parent 990e578673
commit c6da28fffe
No known key found for this signature in database
GPG key ID: 384C4B4F5B1E25A8

View file

@ -21,6 +21,10 @@ export async function postReminder(pluginData: GuildPluginData<RemindersPluginTy
allowedMentions: {
users: [reminder.user_id as Snowflake],
},
reply: {
messageReference: reminder.source_message_id,
failIfNotExists: false,
},
});
} else {
await channel.send({