feat: hug command

This commit is contained in:
Andrew Glaze
2026-02-28 21:11:32 -05:00
parent 1cb2c73dd1
commit d227e9a011
3 changed files with 88 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ struct MessageHandler {
switch command {
case "wow": try await handleWow(args)
case "domath": try await Wolfram.handleMath(args, client: client, ctx: ctx)
case "hug": try await Actions.hug(args, client: client, ctx: ctx)
default: break
}
} else if ctx.mentions.contains(where: { $0.id == Zundamon.ownID }) {