
An open source Discord moderation bot with spontaneous modding capabilities and some extra powers like handling the beat with features of a music bot.
Now this is where things get interesting...
Veron1CA is the combination of a Discord moderation bot and a music bot. It comes packed with features like built-in swear filter, jailing and so on. Along with a lot of server management and modding capabilities, it can play music too! Useful features like shuffle, loop are also available with it. If you want to increase your experience with swear filter, Veron1CA also comes with an expandible database of unwanted words.
Learn more from the official website here!
If you wanna host Veron1CA on your own computer or hosting service, then follow the steps mentioned below. You can always go a lil' bit nerdy and make your own path!
- Clone the repository.
git clone https://github.com/shiddharth/Veron1CA.git
- Create a
.envfile on the project directory to keep the tokens and command prefix in.
cd Veron1CA && touch .env
- Type the following in the
.envfile and save:
TOKEN=yourtokenhere
COMMAND_PREFIX=yourprefixhere
- After setting up the bot secrets appropriately, open up your Terminal in the project directory. Make sure you have Python and Poetry installed for the upcoming step:
python -m poetry install
- This will installed all dependencies from the
poetry.lockfile. Now if you wanna host it on your project, type the command shown below:
python main.py
Now you're ready to rock!
As Veron1CA's code is optimized for Repl.it, it's recommended to create a new repository there and host the bot on it. You can also host it on other sites like DisCloud!