mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-24 18:15:02 +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: {
|
allowedMentions: {
|
||||||
users: [reminder.user_id as Snowflake],
|
users: [reminder.user_id as Snowflake],
|
||||||
},
|
},
|
||||||
|
reply: {
|
||||||
|
messageReference: reminder.source_message_id,
|
||||||
|
failIfNotExists: false,
|
||||||
|
},
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue