Update discord-markdown

This commit is contained in:
Cadence Ember
2025-11-15 16:41:02 +13:00
parent 408070f329
commit 1338e6ba88
3 changed files with 75 additions and 10 deletions

View File

@@ -358,7 +358,7 @@ function assertExistsOrAutocreatable(channel, guildID) {
* @returns {Promise<string>} room ID
*/
async function _syncRoom(channelID, shouldActuallySync) {
/** @ts-ignore @type {DiscordTypes.APIGuildChannel} */
/** @ts-ignore @type {DiscordTypes.APIGuildTextChannel} */
const channel = discord.channels.get(channelID)
assert.ok(channel)
const guild = channelToGuild(channel)