forked from cadence/out-of-your-element
Only use ?ts when backfilling
This commit is contained in:
parent
55da70f8fc
commit
21156446ee
2 changed files with 3 additions and 1 deletions
|
@ -100,6 +100,7 @@ module.exports = {
|
|||
const simulatedGatewayDispatchData = {
|
||||
guild_id: guild.id,
|
||||
mentions: [],
|
||||
backfill: true,
|
||||
...messages[i]
|
||||
}
|
||||
await module.exports.onMessageCreate(client, simulatedGatewayDispatchData)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue