forked from cadence/out-of-your-element
support d->m stickers
This commit is contained in:
parent
584f19a011
commit
740ddc36d1
7 changed files with 67 additions and 18 deletions
|
@ -27,7 +27,7 @@ async function sendMessage(message, guild) {
|
|||
await registerUser.syncUser(message.author, message.member, message.guild_id, roomID)
|
||||
}
|
||||
|
||||
const events = await messageToEvent.messageToEvent(message)
|
||||
const events = await messageToEvent.messageToEvent(message, guild)
|
||||
const eventIDs = []
|
||||
let eventPart = 0 // 0 is primary, 1 is supporting
|
||||
for (const event of events) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue