Open elenirotsides opened 3 years ago
Fantastic! Thanks @carpenterd777 !!
I'm actually working on this issue right now. Maybe I can make a PR soon ;)
WOOHOO!! Going to assign you! Looking forward to your PR!
After some more research, it looks like this feature is going to be more difficult to implement than I initially thought - slash commands are not supported by discord.js until version 13. Because TriviaBot is built using version 12, some significant refactoring work would need to be done before slash commands could be implemented
I was afraid that would be the case. We can put a pin on this until I look into the changes that need to be made in order to do the refactor successfully @carpenterd777 I will keep you posted once I have more answers!
If you need help with Slash Commands, I'm experienced with them and worked alot with those. @elenirotsides
So what do you say @elenirotsides
Any help with these would be fantastic, thank you! @MarcWebDev
Is your feature request related to a problem? Please describe.
A lot of bots have slash commands now, so Trivia Bot should as wellSlash commands are going to be strictly enforced by Discord in the coming months, so Trivia Bot needs to implement them.