Bump-Bot
Bump-Bot copied to clipboard
No link creation and impossible to click on
When I use the bot, it is impossible to click on the invitation link, and it names the server as "deprecated", see attachment.
which discord js version are you using?
You have to use the verison specified in the package file -> "discord.js": "^12.5.1",
with newer versions it wont work since the library changed
Maybe I'm a noob, but I can't install the package or update it on my host, or locally.
try
npm view discord.js version
to view your current version,
you can install a specific version of an package with:
npm i [email protected]