Always use OOYE bot to send thread start context

This commit is contained in:
Cadence Ember 2023-10-14 17:23:55 +13:00
parent d9d672bffd
commit 1016fb1d67
4 changed files with 5 additions and 2 deletions

View file

@ -108,7 +108,8 @@ async function messageToEvent(message, guild, options = {}, di) {
const event = await di.api.getEvent(roomID, eventID)
return [{
...event.content,
$type: event.type
$type: event.type,
$sender: null
}]
}