1
0
Fork 0

getting edits closer to working

This commit is contained in:
Cadence Ember 2023-08-16 17:03:05 +12:00
parent cae591e5fd
commit b1ca71f37c
10 changed files with 259 additions and 51 deletions

View file

@ -59,6 +59,7 @@ async function ensureSim(user) {
/**
* Ensure a sim is registered for the user and is joined to the room.
* @param {import("discord-api-types/v10").APIUser} user
* @param {string} roomID
* @returns mxid
*/
async function ensureSimJoined(user, roomID) {