Refactor message handling by creating dedicated handlers for rule34 and yandere plugins, and add default string utility function

This commit is contained in:
fzzinchemical
2025-03-26 19:24:38 +01:00
parent 58c7932481
commit a16b4dcb17
6 changed files with 128 additions and 100 deletions

View File

@@ -16,6 +16,8 @@
"imports": {
"@discordeno": "npm:@discordeno@18.0.1",
"@std/assert": "jsr:@std/assert@1",
"@types/node": "npm:@types/node@^22.5.4"
"@types/node": "npm:@types/node@^22.5.4",
"@root/" : "./src/"
}
}