Skip to content

Latest commit

 

History

History
65 lines (61 loc) · 2.91 KB

README_EN.md

File metadata and controls

65 lines (61 loc) · 2.91 KB

GitHub repo size GitHub commit activity GitHub Repo stars GitHub top language GitHub Code style: black

Translations


Hello, I'm Vex!

Vex avatar

I am a simple Brazilian bot 🇧🇷 for Discord, focused on fun and entertainment!

I have several commands, some useful, some not so much 😅

Running

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.

  1. Installing dependencies:

    pip install -r requirements
  2. Set up environment variables:

    Create a file named .env with the TOKEN variable, which can be obtained here, OWNER_ID, which is the bot owner's ID, and GUILD_ID, which is the support server ID.

  3. Set up the application:

    In Privileged Gateway Intents, enable only the SERVER MEMBERS INTENT option. And in Bot Permissions, check Administrator, but if you prefer, use INTENTS in bot.py

  4. Run:

    python main.py

Contributing

If you wish to contribute to the development of Vex, follow these steps:

  1. Fork this repository
  2. Create a new branch
  3. Make your changes
  4. Push your changes to your fork
  5. Submit a pull request

License

Vex is under the Apache-2.0 license. See LICENCE for more details.