This is the source code for AclevoBot. It is based on TheCodingBot v6_new.
-
Requirements
- A Javascript Runtime (Nodejs, Deno, Bun)
- Bot Tokens and IDs obtained from https://discord.dev/
- Other dependencies should be installed automatically. If not, open an issue
-
Instructions
- Install latest NodeJS on the machine you'll run the bot on.
- Make a copy of
.env.exampleas.env. - In
.env, follow the instructions and fill in any missing values. - Now run one of the following:
- Production:
npm run prodorbun run prod - Development/Debug:
npm run debugorbun run debug
- Production:
Please feel free to contribute to AclevoBot.
⚠️ Please follow the pull request guidelines- These guidelines can be found in CONTRIBUTE.md
© Netro Corporation 2018-2023. TheCodingBot is licensed under MIT. Please credit if you would like. © Aclevo 2026. AclevoBot is licensed under GPLv3. See LICENSE for more details.