Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Releases: AtiLion/BotNeck-Bot

BotNeck Bot 3.0.6

02 Sep 09:30
Compare
Choose a tag to compare

At this point I'm going to have to invest in an in-client updater 🤦‍♂️

Discord

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

01 Sep 21:31
Compare
Choose a tag to compare

Bug fixes :3

Discord

API Changes

None


Command Changes

None


General Changes

  • Fixed Canary XHR request escalation
  • Fixed issue with files not uploading when using the bot

BotNeck Bot 3.0.4

25 Aug 17:03
Compare
Choose a tag to compare

I hate Electron's isolated context

Discord

API Changes

  • Broke the websocket events

Command Changes

  • Removed the remote command due to websockets not working on the new BetterDiscord version

General Changes

  • Fixed the plugin not working on the new BetterDiscord version

BotNeck Bot 3.0.3

12 Feb 20:27
Compare
Choose a tag to compare

Removal of mistakes

Discord

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

06 Feb 13:45
Compare
Choose a tag to compare

Slowly but surely

Discord

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

23 Dec 21:53
Compare
Choose a tag to compare

Just some basic changes nothing to worry about

Discord

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

28 Nov 21:54
Compare
Choose a tag to compare

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.

Discord

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

04 Aug 18:51
Compare
Choose a tag to compare

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

04 Jul 11:33
e7160df
Compare
Choose a tag to compare

API Changes

None


Command Changes

  • Added AniList command

General Changes

None

BotNeck Bot 2.0.2

15 Jan 12:21
c6ce601
Compare
Choose a tag to compare

API Changes

  • Empty argument values now return false instead of 0

Command Changes

  • Added Embed command

General Changes

  • Updated ReadMe