Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Latest commit

 

History

History
43 lines (30 loc) · 753 Bytes

README.md

File metadata and controls

43 lines (30 loc) · 753 Bytes

ts-discord-bot

Discord bot made with Discord.js and TypeScript.

Running the bot

Grab your Discord bot token and put it into the .env file:

token="DISCORD_BOT_TOKEN_HERE"
baseurl="https://your.domain"
jwt="BOT_JSON_WEBTOKEN"

In order to install all required dependencies, run:

yarn install

or

npm install

Now, start the bot:

yarn start

or

npm run start

To-Do

  • src/commands/Lookup.ts: fetch user information (by user id)? => API Route
  • src/commands/InviteWave => API Route
  • src/commands/Lookup Debug
  • src/commands/Blacklist => hostUser => API