Releases: quistty/rub
Releases · quistty/rub
Rub v1.0.0
This is v1 of rub. It isn't much but it's honest work. Note: this code is using a lot of outdated packages such as discord.js v12.
What's Changed
- Create LICENSE by @quistty in #1
- Create dependency-review.yml by @quistty in #4
- Create codeql.yml by @quistty in #3
- Create stale.yml by @quistty in #5
- Update README.md by @quistty in #2
- Added !cane and !caneprice command by @quistty in #7
- Fixed to work on servers
New Contributors
- @quistty made their first contribution in #1
- @FunctionDotExe joined the project and did nothing
v0.2
The prerelease using a not so scuffed the scuffed import version by not using an advanced command handler
const require = createRequire(import.meta.url);
This was up to the point before receiving the error code require is not defined in ES module scope, you can use import instead.
This is now up to the point where the bot cannot use the information in the fetch and the variable "isn't defined".
Thank you node and discord for changing how everything works, I really do appreciate it.
v0.1
The prerelease using the scuffed import version:
const require = createRequire(import.meta.url);
This was up to the point before receiving the error code require is not defined in ES module scope, you can use import instead.
Thank you node for changing how everything works, I really do appreciate it.