mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-23 17:45:03 +00:00
Add inline reply to new reminder loop function
This commit is contained in:
parent
ab2e98a4b7
commit
990e578673
1 changed files with 4 additions and 0 deletions
|
@ -28,6 +28,10 @@ export async function postReminder(pluginData: GuildPluginData<RemindersPluginTy
|
|||
allowedMentions: {
|
||||
users: [reminder.user_id as Snowflake],
|
||||
},
|
||||
reply: {
|
||||
messageReference: reminder.source_message_id,
|
||||
failIfNotExists: false,
|
||||
},
|
||||
});
|
||||
}
|
||||
} catch (err) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue