Goldybot

Latest version: v5.0.dev13

Safety actively analyzes 634607 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 5

5.0dev6

> 🐞 Fixed slash command registration bug from v5.0dev5.
That's pretty much it. **:o**

What's Changed
Not much mate, just fixed a bug.


**Full Changelog**: https://github.com/Goldy-Bot/Goldy-Bot-V5/compare/5.0dev5...5.0dev6

5.0dev5

> 🛠️ BIG Rewrites, breaking changes.
A new development build has dropped *and it's dope*.

What's Changed
* Dev/cmd params upgrade by THEGOLDENPRO in https://github.com/Goldy-Bot/Goldy-Bot-V5/pull/39
* Dev/sub command by THEGOLDENPRO in https://github.com/Goldy-Bot/Goldy-Bot-V5/pull/41
* added is extension allowed in guild checks, did some small code changes by THEGOLDENPRO in https://github.com/Goldy-Bot/Goldy-Bot-V5/pull/42
* Docs/code examples by THEGOLDENPRO in https://github.com/Goldy-Bot/Goldy-Bot-V5/pull/47
* Dev/member object revamp by THEGOLDENPRO in https://github.com/Goldy-Bot/Goldy-Bot-V5/pull/49
* Dev/timestamps v5 port by THEGOLDENPRO in https://github.com/Goldy-Bot/Goldy-Bot-V5/pull/51
* wasn't even a rewrite, we just added enable and disable functionality by THEGOLDENPRO in https://github.com/Goldy-Bot/Goldy-Bot-V5/pull/56
* Dev/extension loader commands by THEGOLDENPRO in https://github.com/Goldy-Bot/Goldy-Bot-V5/pull/57
* removed prefix only command parameter by THEGOLDENPRO in https://github.com/Goldy-Bot/Goldy-Bot-V5/pull/59
* Dev/hidden prefix commands by THEGOLDENPRO in https://github.com/Goldy-Bot/Goldy-Bot-V5/pull/60
* separated database wrappers and added today and now alias to timestam… by THEGOLDENPRO in https://github.com/Goldy-Bot/Goldy-Bot-V5/pull/62
* Dev/group command by THEGOLDENPRO in https://github.com/Goldy-Bot/Goldy-Bot-V5/pull/67
* Dev/silver platter by THEGOLDENPRO in https://github.com/Goldy-Bot/Goldy-Bot-V5/pull/68
* merged params utils and removed it by THEGOLDENPRO in https://github.com/Goldy-Bot/Goldy-Bot-V5/pull/69
* Dev/new command system by THEGOLDENPRO in https://github.com/Goldy-Bot/Goldy-Bot-V5/pull/72
* Dev/argument auto complete by THEGOLDENPRO in https://github.com/Goldy-Bot/Goldy-Bot-V5/pull/73

**Full Changelog**: https://github.com/Goldy-Bot/Goldy-Bot-V5/compare/5.0dev4...5.0dev5

5.0dev4

> More bug fixes.

Another bug fix, this time one that crashed slash commands in `v5.0dev3`.

What's Changed
* version bump by THEGOLDENPRO in https://github.com/Goldy-Bot/Goldy-Bot-V5/pull/38


**Full Changelog**: https://github.com/Goldy-Bot/Goldy-Bot-V5/compare/5.0dev3...5.0dev4

5.0dev3

> Just some small bug fixes.

Fixed 37 and fixed the slash command bug created by the 30 issue.

**Full Changelog**: https://github.com/Goldy-Bot/Goldy-Bot-V5/compare/5.0dev2...5.0dev3

5.0dev2

> Not much in this build, very tiny changes.

Made `platter.interaction_responded` a private variable and fixed bug with pygame in python 3.11. Also added uptime to /goldy command.

**Full Changelog**: https://github.com/Goldy-Bot/Goldy-Bot-V5/compare/5.0dev1...5.0dev2

5.0dev1

> Hey, hey. The first development release of the Goldy Bot V5 framework. Whoo, hooo 🥳🎉

We now have a working docker image for dev1 over [here](https://hub.docker.com/r/devgoldy/goldybot). Also don't worry a pypi package will be coming soon I just have a lot of preparing to do with my discord bots that are still running the [old legacy version of Goldy Bot](https://github.com/Goldy-Bot/Goldy-Bot-V4) (V4). Expect more dev builds very soon. Cya 👋

What's Changed
* assets update by THEGOLDENPRO in https://github.com/Goldy-Bot/Goldy-Bot-V5/pull/1
* dev/mongo database by THEGOLDENPRO in https://github.com/Goldy-Bot/Goldy-Bot-V5/pull/2
* Dev/extensions by THEGOLDENPRO in https://github.com/Goldy-Bot/Goldy-Bot-V5/pull/3
* Feat/adding tests by THEGOLDENPRO in https://github.com/Goldy-Bot/Goldy-Bot-V5/pull/4
* added config class testing by THEGOLDENPRO in https://github.com/Goldy-Bot/Goldy-Bot-V5/pull/5
* Dev/the gold platter by THEGOLDENPRO in https://github.com/Goldy-Bot/Goldy-Bot-V5/pull/6
* Dev/messages by THEGOLDENPRO in https://github.com/Goldy-Bot/Goldy-Bot-V5/pull/7
* updating master branch by THEGOLDENPRO in https://github.com/Goldy-Bot/Goldy-Bot-V5/pull/8
* added 🐬 docker compose and fixed _request by THEGOLDENPRO in https://github.com/Goldy-Bot/Goldy-Bot-V5/pull/9
* update from master by THEGOLDENPRO in https://github.com/Goldy-Bot/Goldy-Bot-V5/pull/10
* Read me updates by THEGOLDENPRO in https://github.com/Goldy-Bot/Goldy-Bot-V5/pull/11
* added install/setup docs by THEGOLDENPRO in https://github.com/Goldy-Bot/Goldy-Bot-V5/pull/12
* Update README.md by THEGOLDENPRO in https://github.com/Goldy-Bot/Goldy-Bot-V5/pull/13
* Dev/cmd arguments by THEGOLDENPRO in https://github.com/Goldy-Bot/Goldy-Bot-V5/pull/15
* fixes 14, delete() methods removed from Extension and Command, optim… by THEGOLDENPRO in https://github.com/Goldy-Bot/Goldy-Bot-V5/pull/17
* updated docs by THEGOLDENPRO in https://github.com/Goldy-Bot/Goldy-Bot-V5/pull/18
* updating ma branch, welcome merge conflicts 😭 by THEGOLDENPRO in https://github.com/Goldy-Bot/Goldy-Bot-V5/pull/19
* Dev/permission system by THEGOLDENPRO in https://github.com/Goldy-Bot/Goldy-Bot-V5/pull/20
* fixes 25, breaking changes, code clean up and optimization. by THEGOLDENPRO in https://github.com/Goldy-Bot/Goldy-Bot-V5/pull/26
* Update README.md by THEGOLDENPRO in https://github.com/Goldy-Bot/Goldy-Bot-V5/pull/28
* Dev/guild rewrite by THEGOLDENPRO in https://github.com/Goldy-Bot/Goldy-Bot-V5/pull/33
* Dev/buttons implementation by THEGOLDENPRO in https://github.com/Goldy-Bot/Goldy-Bot-V5/pull/34
* Dev/embed interface improvement by THEGOLDENPRO in https://github.com/Goldy-Bot/Goldy-Bot-V5/pull/36

New Contributors
* THEGOLDENPRO made their first contribution in https://github.com/Goldy-Bot/Goldy-Bot-V5/pull/1

**Full Changelog**: https://github.com/Goldy-Bot/Goldy-Bot-V5/commits/5.0dev1

Page 2 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.