Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

Releases: Goldy-Bot/Goldy-Bot-V4

GoldyBot (v4.0dev25)

23 Feb 12:47
Compare
Choose a tag to compare
GoldyBot (v4.0dev25) Pre-release
Pre-release

v4.0dev25 = New Dev Release (23/02/2023)

  • Fixed /cache command.
  • Added mention method to command object.
  • Added 'is_child' and 'parent_cmd' property to command object.
  • Added dropdown view function in goldy bot utils.
  • Added form view function in goldy bot utils.
  • Improved GoldyBot dropdown view.
  • Added LIME_GREEN.
  • Added GoldyBot "send_modal()" method in commands utils.
  • Added "Context" to main GoldyBot module.
  • Fixed bug with nested sub commands.
  • Added default timezone setting in Timestamps.
  • Added button in /timestamp to allow for copying the timestamp on Desktop.

Full Changelog: v4.0dev24...v4.0dev25

GoldyBot (v4.0dev24)

01 Oct 14:31
Compare
Choose a tag to compare
GoldyBot (v4.0dev24) Pre-release
Pre-release
  • Better typing added for "slash_options".
  • give_money() and take_money() now returns boolean.
  • Errors are now accessible right from GoldyBot's main module.
  • Improved error handler in /timestamp command.
  • Better typing in goldy bot utility module.
  • Added Goldy Bot hearts class.
  • Removed dev command /stop, you can now only stop the bot from the console.
  • Improved Goldy Bot stop method. (it functions much better now)
  • Removed all lower case 'Colours' variable in main GoldyBot module. ('colours' is now typed as 'Colours') (Backwards compatibility was added so this isn't a breaking change for extensions.)
  • Added most common colour in image picker method in the GoldyBot.Colours class.
  • Added the WebFile() object.
  • Improved GoldyBot.Member() at grabbing member mention from command parameters.
  • Added "convert_to_int" & "convert_to_string" arguments to 'Config().read()' method.
  • Hidden commands now officially work with slash commands. A hidden slash command will only be visible to discord server administrators. To make a command hidden, set the hidden attribute to True.
  • Added "file_name" property to WebFile object.
  • Added "extensions" console command to return a list of all extensions currently running on GoldyBot.
  • Added "remove()" method in File object.
  • Added "downloaded_to_disk" parameter in WebFile object to allow for web files to be temporary downloaded to disk then deleted 5 seconds later.
  • Fixed issue where interactions were failing because the command took too long to respond. (Added think() function in command utils.)

Full Changelog: v4.0dev23...v4.0dev24

v4.0dev23

16 Sep 19:59
41d9919
Compare
Choose a tag to compare
v4.0dev23 Pre-release
Pre-release
  • Optimizations/speedups.
  • Role object parameters have been changed, so update your code. A completely new redesign has been done to it. (BREAKING CHANGE!)
  • Added python version to /goldy command.
  • Much more accurate CPU usage percentage.
  • Added rate limit warning. A warning will print in the console if Goldy Bot is rate limited by Discord.
  • Fixed some error-handling stuff.
  • Added custom_colour() method in GoldyBot.Colours.
  • Fixed Role() object. (It was having issues initializing.)
  • Added incorrect config exception.
  • Updated Nextcord to V2.2.0.
pip install GoldyBot==4.0.dev23

Full Changelog: v4.0dev22...v4.0dev23

v4.0dev22

12 Sep 19:57
Compare
Choose a tag to compare
v4.0dev22 Pre-release
Pre-release
  • Bug fixes
  • Ctrl C shut down in console is now quicker.
  • Added currency and a lot more. See more in full change log..
pip install GoldyBot==4.0.dev22

Full Changelog: v4.0dev18...v4.0dev21

v4.0dev18

11 Aug 19:46
Compare
Choose a tag to compare
v4.0dev18 Pre-release
Pre-release
  • Bug fixes
  • Slash commands now only show in guilds that their are allowed to operate in.
pip install GoldyBot==4.0.dev18

Full Changelog: v4.0dev16...v4.0dev18

v4.0dev16

01 Aug 22:18
Compare
Choose a tag to compare
v4.0dev16 Pre-release
Pre-release

New Dev Release

  • Fixed perm bug

Full Changelog: v4.0dev14...v4.0dev16

v4.0dev14

01 Aug 20:21
Compare
Choose a tag to compare
v4.0dev14 Pre-release
Pre-release

New Dev Release

  • Small changes.

Full Changelog: v4.0dev13...v4.0dev14

v4.0dev13

30 Jul 18:38
Compare
Choose a tag to compare
v4.0dev13 Pre-release
Pre-release

New Dev Release

Full Changelog: v4.0dev12...v4.0dev13

v4.0dev12

29 Jul 16:33
Compare
Choose a tag to compare
v4.0dev12 Pre-release
Pre-release

New Dev Release

pip install GoldyBot==4.0.dev12 -U

Full Changelog: v4.0dev11...v4.0dev12

GoldyBot (v4.0dev11)

13 Jul 16:07
Compare
Choose a tag to compare
GoldyBot (v4.0dev11) Pre-release
Pre-release

New Dev Release

  • Added subcommands. 😀
  • Fixed some bugs.
  • Added more properties to module class.
pip install GoldyBot==4.0.dev11 -U