Cbot is a Discord bot developed in DiscordJS, which is a cross-platform JavaScript runtime environment based on NodeJS. It works as an assistant bot on CSLA Discord. The basic command that links to other subcommands is /help
.
It is still being extended with other commands and functions, but the following are worth mentioning:
- automatic moderation of image-only channels
- automatic assignment of roles based on a choice of options
- basic assistance commands
- automatic handling of incoming tickets
- fun commands and much more ...
.env file and that you have the .env file in the root directory! |
---|
Firstly, download the source files:
git clone https://github.com/LUKICSLA/CSLAbot
Install Docker Engine on your server and run the following command:
docker compose up --build
If you have been successful, you should see the following output:
Done. Everything is up and running. 😊