Vixify is a personal economy bot project for Discord. You’re welcome to use and customize this bot for your own guilds!
To install all required dependencies, run:
pip install -r requirements.txt
- Create a
.env
file in the root directory of the project. - Add your Discord bot token to the
.env
file using the following format:TOKEN=your_bot_token_here
You’ll need to update the emoji IDs in the emojis.py
file with your own server’s emoji IDs.
Note: The bot will not function correctly if the emojis are invalid, as there are no fallback emojis in this legacy version of Vixify.
Make sure to set up your channels in the configuration files to ensure the bot runs smoothly.
That’s it! If you have any questions or run into issues, feel free to open an issue or contribute.