I am a simple Brazilian bot 🇧🇷 for Discord, focused on fun and entertainment!
I have several commands, some useful, some not so much 😅
If you want to run Vex, follow these steps:
Make sure to use Python 3.11+. It is also highly recommended to use a virtual environment to install dependencies.
-
Installing dependencies:
pip install -r requirements
-
Set up environment variables:
Create a file named
.env
with theTOKEN
variable, which can be obtained here,OWNER_ID
, which is the bot owner's ID, andGUILD_ID
, which is the support server ID. -
Set up the application:
In
Privileged Gateway Intents
, enable only theSERVER MEMBERS INTENT
option. And inBot Permissions
, checkAdministrator
, but if you prefer, use INTENTS in bot.py -
Run:
python main.py
If you wish to contribute to the development of Vex, follow these steps:
- Fork this repository
- Create a new branch
- Make your changes
- Push your changes to your fork
- Submit a pull request
Vex is under the Apache-2.0 license
. See LICENCE for more details.