Ever wanted a Bot to help you manage your Server? Well the answer is Proton
It has all the features you want online user tracking or welcome and goodbye messages
- Clone the Repository and run
npm install
orpnpm install
to install all the dependencies - Create a
.env
file and add the following variables:
TOKEN=YOUR_BOT_TOKEN
DISCORD_APPLICATION_ID=YOUR_APPLICATION_ID
DISCORD_GUILD_ID=YOUR_GUILD_ID
- Run
npm run syncdb
orpnpm syncdb
to create the database - Run
npm run dev
orpnpm dev
to start the bot in development mode
Note: You only need to add the
DISCORD_GUILD_ID
if you have only one server on which the bot should run. This allows you to register the commands faster.
ℹ️ We have a
shell.nix
file that you can use to get all the dependencies you need to run the bot.
Just runnix-shell
in the root directory of the project and you are good to go.
/help
- shows all of the Bots commands
For support, join our Discord Server
Copyright (c) 2022-2042 Niklas Choinowski and contributors