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:
parent
990e578673
commit
c6da28fffe
1 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,10 @@ export async function postReminder(pluginData: GuildPluginData<RemindersPluginTy
|
||||||
allowedMentions: {
|
allowedMentions: {
|
||||||
users: [reminder.user_id as Snowflake],
|
users: [reminder.user_id as Snowflake],
|
||||||
},
|
},
|
||||||
|
reply: {
|
||||||
|
messageReference: reminder.source_message_id,
|
||||||
|
failIfNotExists: false,
|
||||||
|
},
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
await channel.send({
|
await channel.send({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue