DragonCat4012 / Bump-Bot

🏷️ Discord.js Server Bump Bot🏷️
MIT License
25 stars 20 forks source link

No link creation and impossible to click on #14

Open MasterPancakes opened 2 months ago

MasterPancakes commented 2 months ago

When I use the bot, it is impossible to click on the invitation link, and it names the server as "deprecated", see attachment. sPoAwsObDS

DragonCat4012 commented 2 months ago

which discord js version are you using?

DragonCat4012 commented 2 months ago

grafik 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

MasterPancakes commented 2 months ago

Maybe I'm a noob, but I can't install the package or update it on my host, or locally.

DragonCat4012 commented 2 months ago

try npm view discord.js version to view your current version, you can install a specific version of an package with: npm i discord.vs@12.5.1