Vixio 2.0.0
Vixio has been fully rewritten! This means you will most likely have to rewrite your bots from the ground up. I would like to publicly thank @Pikachu920 for his large contributions in making Vixio 2 even possible, I can not thank him enough for the work he put in. May it be writing code or just confidence boosting at the start of this rewrite. I would also like to thank @Snow-Pyon for the continued support all throughout the creation, he was able to help guide the direction of the project which was largely needed when the rewrite began. He stopped many Vixio 1 flaws from making it into Vixio 2. The best source of documentation can be found in the Vixio Discord, where there are many built examples and the Vixio Butler bot with its lookup command, along with your Syntaxes.txt file of course.
Important Notes
- Vixio 1 will no longer be supported, getting support converting is allowed but no Vixio 1 support will continue to be provided
- The syntaxes.txt file still exists and is a good source of documentation.
- The Vixio discord will be the best place to find examples and get support
- Vixio 2 is in no way compatiable with Vixio 1.
General Changelog:
- Vixio now has a command system! Checkout the Vixio discord for examples!
- All of the syntax have been made to make using Vixio easy! This means assumed values in events and a large cut off for the need to include the bot everywhere like Vixio 1..
- Vixio now has its own event system to make adding new events on suggestion stupidly simple.
- Vixio has it's owner changer like system that allows you to change expressions like
topic of channel
with ease!set topic of event-channel to "hey"
- A more clean logo provided by PARA6ON#9398
- The implementation of scopes to allow for much cleaner syntax and building like patterns.
- The Syntaxes.txt file has been rewritten to actually be readable and usable.