Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: quistty/rub

Rub v1.0.0

15 Aug 01:38
13d7913

Choose a tag to compare

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

New Contributors

v0.2

21 Apr 22:35
f95e017

Choose a tag to compare

v0.2 Pre-release
Pre-release

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

02 Apr 22:15

Choose a tag to compare

v0.1 Pre-release
Pre-release

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.