Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slash Commands are forced in august, how do I use slash commands on slappey? #122

Open
DogeSkii opened this issue May 7, 2022 · 4 comments

Comments

@DogeSkii
Copy link

DogeSkii commented May 7, 2022

title ^^

@marksie1988
Copy link

I also would like to know this, I just followed your YT tutorials and it follows prefix commands but want to convert to slash commands.

@wcnrny
Copy link

wcnrny commented May 12, 2022

Make an handler similar to command handler and event handler. I've made my own but I placed that in the readyEvent file. After some testing, I couldn't make it to use it as handler. I'd prefer to use it in ready event.

@F9Alejandro
Copy link

This is already handled by discordjs and discord as an interactionCreate event. Just use the method .isChatInputCommand() on the interaction object to the slashcommand. Might want to change up the command register though to use these changes.

@DogeSkii
Copy link
Author

DogeSkii commented Nov 8, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants