Skip to content

nyhryan/atai-bot-2023

Repository files navigation

ATAI's Discord Bot with Discord.js

bot

⭐️ Features

  • 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.

✅️ Stuffs Used

  • Discord.js
  • TypeScript
  • Bun runtime(alternative of node.js)
  • Google Compute Engine's free tier VM
  • Visual Studio Code

Usage

# 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published