ATAI's Discord Bot with Discord.js
- Sends back enlarged emoji as embedded image when user sends an emoji to the chat.
- Saves enlarged emoji image as cache(File IO), saves image conversion time when the user sends the same emoji later again.
- Check ping in miliseconds.
- Change bot's user status with command.
- Check server/user info with command.
- Discord.js
- TypeScript
- Bun runtime(alternative of node.js)
- Google Compute Engine's free tier VM
- Visual Studio Code
# install packages first
$ bun install
# run TypeScript compiler on watch mode, based on tsconfig.json
$ bunx tsc -w
# run the bot!
$ bun --watch run dist/index.js