https://github.com/dakskihedron/superintendent
A discord.js bot written in TypeScript.
https://github.com/dakskihedron/superintendent
bot discord typescript
Last synced: 2 months ago
JSON representation
A discord.js bot written in TypeScript.
- Host: GitHub
- URL: https://github.com/dakskihedron/superintendent
- Owner: Dakskihedron
- License: mit
- Created: 2022-02-26T13:27:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-26T07:19:29.000Z (over 3 years ago)
- Last Synced: 2025-12-22T22:18:40.233Z (6 months ago)
- Topics: bot, discord, typescript
- Language: TypeScript
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Superintendent
Another discord.js bot written in TypeScript.
## Hosting
### Heroku
The bot can be hosted on Heroku. Simply deploy the code to Heroku and provide the environment variables specified in `.env.example`. Heroku will automatically install any dependencies and launch the bot as a worker.
### Self-Host
To self-host, clone the repo and run `yarn` to install the dependencies. Rename `.env.example` to `.env` and provide the relevant environment variables. Run `yarn build` to compile the TypeScript code to JavaScript and `yarn start` to run the bot.
## Development Mode
To run the bot in development mode, run `yarn start:dev` after installing the dependencies. ts-node-dev will automatically watch for changes and restart the bot.