3
0
Fork 0
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:
Dark 2021-11-03 15:45:37 +01:00
parent ab2e98a4b7
commit 990e578673
No known key found for this signature in database
GPG key ID: 384C4B4F5B1E25A8

View file

@ -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) {