Skip to content

Latest commit

 

History

History
140 lines (81 loc) · 2.69 KB

File metadata and controls

140 lines (81 loc) · 2.69 KB

Update 1.8.3:

  • Adds update check in bot and stats command.

Update 1.8.2:

  • Fix setstatus command from being status command

Update 1.8.1:

  • Fix requirements to include pandas

Update 1.8:

  • Adds coronastatus command to check Wuhan Coronavirus Status

Update 1.7:

  • Adds stockpic command.
  • Requires Shutterstock Credentials

Update 1.6:

  • Adds deepfry command from forked deeppyer
  • deepfry is a custom command and must be loaded in plugins/__init__.py manually. Requires OpenCV 4.

Update 1.5.5:

  • Fix ping command

Update 1.5.4:

  • Fix help with ping command

Update 1.5.3:

  • New format for ping and stats command

Update 1.5.2:

  • Fixes heartbeat command and adds ping command
  • New help command and subcommands

Update 1.5.1:

  • Merges @TotallyChase's PR
  • Performance and Optimization Boost
  • Plugin loading refactor
  • Adds msgstatus command

Update 1.5:

  • Huge refactor with cmd_setup function
  • Error Handling

Update 1.4.6:

  • Fix winfo formatting

Update 1.4.5:

  • Fix listener command

Update 1.4.4:

  • Update help command
  • Better Error Handling on Custom Replies

Update 1.4.3:

  • Uses attachments to make replies prettier
  • Fixes ani command breaking

Update 1.4.2:

  • Fix slowing bug due to hitting winfo each time

Update 1.4.1:

  • Update requirements.txt

Update 1.4:

  • New Plugin Loading
  • Error Handling
  • Adds winfo, convinfo, and uinfo commands

Update 1.3.2:

  • More Error Handling
  • Adds rick animation as default
  • Adds looping argument to ani command. New syntax ani [ani_name] [loop count]

Update 1.3.1:

  • Hotfix for errors command formatting

Update 1.3:

  • Adds animations and the ani command. Read Wiki for more info on animations.
  • New bots error handling and errors command to display errors triggered

Update 1.2.2:

  • Fix emoji handling in the react command

Update 1.2.1:

  • Fix customrs command
  • Regex sucks!

Update 1.2:

  • Add stats, space, ud commands.
  • Clean up more error handling
  • Adds BotMetaData class for bot data like uptime, commands run, errors, etc

Update 1.1.4:

  • Fix Custom Replies
  • More Error Handling

Update 1.1.3:

  • Better Error Handling
  • Fix some broken commands

Update 1.1.2:

  • Clean Up Code a Bit

Update 1.1.1:

  • Adds Custom Config Creation/Selection Argument
  • Error Handling Updates for Ctrl+C on Config Wizard

Update 1.1:

  • Adds Custom Replies. Read the Wiki to learn how to use them.
  • Bug fixes