Bugfixes and consistency on message content and deletion

This commit is contained in:
Matheus Albino
2024-10-16 12:56:41 -03:00
parent 71c40384ed
commit de9fff8529
5 changed files with 44 additions and 18 deletions

View File

@@ -5,6 +5,7 @@
"main": "index.js",
"scripts": {
"start": "node --experimental-strip-types --env-file=.env src/bot.ts",
"debug": "node --inspect --experimental-strip-types --env-file=.env src/bot.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],