Add bot to repo

This commit is contained in:
2026-06-26 16:02:46 -04:00
parent 2a817aa816
commit 932c40f095
3 changed files with 721 additions and 0 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "maplecore-discord-bot",
"version": "1.0.0",
"description": "Standalone MapleCore v83 character preview Discord bot",
"main": "bot.js",
"scripts": {
"start": "node bot.js",
"dev": "node --watch bot.js"
},
"dependencies": {
"axios": "^1.7.2",
"canvas": "^2.11.2",
"discord.js": "^14.15.3",
"dotenv": "^16.4.5",
"mysql2": "^3.10.1"
}
}