Merge tag 'v3.5.1'

Remove AI joke
This commit is contained in:
Cadence Ember
2026-05-10 20:41:21 +12:00
17 changed files with 5 additions and 971 deletions
-4
View File
@@ -23,8 +23,6 @@ const pollEnd = sync.require("../actions/poll-end")
const dUtils = sync.require("../../discord/utils")
/** @type {import("../../m2d/actions/channel-webhook")} */
const channelWebhook = sync.require("../../m2d/actions/channel-webhook")
/** @type {import("../../agi/listener")} */
const agiListener = sync.require("../../agi/listener")
/**
* @param {DiscordTypes.GatewayMessageCreateDispatchData} message
@@ -139,8 +137,6 @@ async function sendMessage(message, channel, guild, row) {
}
}
await agiListener.process(message, channel, guild, false)
return eventIDs
}