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

Floppahost/discord-bot

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published