Closed KingCh1ll closed 3 years ago
The module, Discord-buttons
doesn't work with Discord.js v13 and is pointless at that (since Discord v13 supports it). I removed it and replaced it with Discord v13.
Why not fork this repo and make a PR? It is kinda confusing on why make a whole new repo
Why not fork this repo and make a PR? It is kinda confusing on why make a whole new repo
yep
Why not fork this repo and make a PR? It is kinda confusing on why make a whole new repo
I tried to do so. It gave me an odd error.
Why not fork this repo and make a PR? It is kinda confusing on why make a whole new repo
I tried to do so. It gave me an odd error.
what is that error?
Why not fork this repo and make a PR? It is kinda confusing on why make a whole new repo
I tried to do so. It gave me an odd error.
what is that error?
I don't really remember to be honest. It's been almost 4 days after all.
I took a look at the Calculator command on your repo. It's not working with v13. You are still using .setID
instead of .setCustomId
.
Yeah um you basically just removed discord-buttons and added MessageButton
and MessageActionRow
imports for discord.js. This won't work with discord.js v13.
Hi! I created a github repo to support Discord.js v13 for weky.
GitHub Repo Link https://github.com/kingch1ll/weky-npm-v13