Visionary-OS
Our Visionary open source discord bot. Our goal is to create a discord bot, which is hosted by us, but every member of our community can contribute and add features.
How do I get started?
- First, head over to our Get Started guide
- Afterwards, as you continue with your Visionary feature, you can take a look at their Documentation
- If you need inspiration, head over to open their examples
- After your pull request got accepted, you can head over to our discord and tell everyone about the new feature! And don't forget to write about your experience through our publication
How do I start the bot?
In our main.py we have specified
bot.run(os.environ['BOT_TOKEN'])
This means the bot is searching for an existing environment variable with the name BOT_TOKEN
. So, now you just have to create it in your environment and start the bot as you would any python program.
How do we keep our integrity?
Whenever you make a contribution and the final pull request, our Management Team will check your code. Any harmful, dangerous, against discord ToS PR will be rejected and the user will be removed from the organization.