This repository has been archived by the owner on Feb 11, 2022. It is now read-only.
Releases: AtiLion/BotNeck-Bot
Releases · AtiLion/BotNeck-Bot
BotNeck Bot 3.0.6
At this point I'm going to have to invest in an in-client updater 🤦♂️
API Changes
None
Command Changes
None
General Changes
- Fixed CommandManager to allow both ' and " in the same argument without overlap
- Fixed textOnly mode causing issues when only sending text instead of an embed
- Fixed textOnly mode stripping text when an embed is present
BotNeck Bot 3.0.5
BotNeck Bot 3.0.4
BotNeck Bot 3.0.3
Removal of mistakes
API Changes
- Fixed embeds not being removed when a message is edited through async
- Changed errors into objects for easier readability and debugging
Command Changes
- Added xkcd command
General Changes
- Fixed config folder not being created on startup
- Fixed errors due to incorrect naming scheme for V2Command
BotNeck Bot 3.0.2
Slowly but surely
API Changes
- Added BotNeckConversions which will be used for converting between different formats easily (currently internal only)
Command Changes
- Fixed calculator causing errors
- Added a new textOnly command
General Changes
- Added a new text only mode, which changes embeds into stylized text (Suggestion by ThumusLive)
- Made config files auto-generate instead of having them pre-set
BotNeck Bot 3.0.1
Just some basic changes nothing to worry about
API Changes
- Added an event handler to BotNeckClient (you can now use the "on" function for events)
Command Changes
- Added ability to insert JSON into the embed command with the "json" argument
- Added amount of dice selection to roll command
- Made max number optional in the roll command
- Fixed color number parsing issue in the embed command
General Changes
None
BotNeck Bot 3.0.0
This is the largest update the bot has gotten so far, so it might contains bugs. Please make sure to report bugs to the issues page so they can be fixed!
This will also be the final recode of the bot, every version after this one will simply be adding to this, so v3 is the final major version.
API Changes
- Completely changed the API
- Added JSDocs to the API
- Added API module to include when making a module
- Removed permissions
- Added backwards support for v2 modules
- Made it NodeJS module based
- Made commands and modules seperate
- Began adding Discord API
- Added more and better embed presets
- Added direct capturing of websock messages and XML requests
Command Changes
- Ported all modules and commands to v3 from v2
- Removed chat backup (will be added back eventually)
- Added saving and loading of embeds
General Changes
- Completely recoded the bot
- Added remote commands (run commands from mobile)
- Fixed tons of issues
- Improved command and argument parsing
- Improved embed looks
- Added ability to turn off error embeds
- Tons of performance improvements
- And many more...
BotNeck Bot 2.1.0
API Changes
- Added getCurrentUser API
- Added get_current_user_info permission
Command Changes
- Added F command
- Added ability to have spaces in field names in the embed command using _
- Added new config command for quick configuration of the bot
General Changes
None
BotNeck Bot 2.0.3
API Changes
None
Command Changes
- Added AniList command
General Changes
None
BotNeck Bot 2.0.2
API Changes
- Empty argument values now return false instead of 0
Command Changes
- Added Embed command
General Changes
- Updated ReadMe