Skip to content

LUKICSLA/CSLAbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e9ced6a · Apr 12, 2025
Mar 28, 2024
Mar 28, 2024
Sep 1, 2024
Sep 11, 2024
Sep 11, 2024
Aug 15, 2024
Jul 3, 2024
Mar 28, 2024
Sep 1, 2024
Sep 11, 2024
Aug 9, 2024
Jul 3, 2024
Jul 3, 2024
Sep 11, 2024
Aug 9, 2024
Sep 11, 2024
Aug 9, 2024
Apr 11, 2025
Apr 11, 2025

Repository files navigation

About CSLA bot (Cbot)

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 ...

Cbot setup

⚠️ Before you start installing Docker, please make sure you have the correct bot token set up (https://discord.com/developers/applications) in the .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: image

Done. Everything is up and running. 😊