A MapleStory Azure-based Discord bot in typescript.
This Discord bot aims to be an educational project therefore, instructions on how to set it up may be limited.
Add/Port features from Lapis to this bot in TypeScript. (Not every command but just a basis)
Prerequisites:
- Have a Discord Bot Token (See Discord Developer Portal).
- Have Node Installed.
- Install the Following Dependencies
- discord.ts
- mysql
- typeorm
- typescript
-
Go to config.json and ormconfig.json and fill out all the information.
-
Compile and run the bot in VSCode using
tsc
with the commandts-node ./src/index.ts