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

Add Commands Instead of Messages #1

Closed
1tsak opened this issue Oct 11, 2022 · 8 comments
Closed

Add Commands Instead of Messages #1

1tsak opened this issue Oct 11, 2022 · 8 comments
Assignees
Labels
enhancement New feature or request hacktoberfest

Comments

@1tsak
Copy link
Owner

1tsak commented Oct 11, 2022

The Bot is currently using messages with "!" instead of commands.

  • You have to make a discord bot to use commands in place of general messages.
  • You can use the official discord js documentation to learn more about commands and how to register them: https://discordjs.guide/
  • You have to make the additions or changes and open the pull request mentioning this issue.
@1tsak 1tsak added enhancement New feature or request hacktoberfest labels Oct 12, 2022
@Rajkumar-justcoder
Copy link
Contributor

hey i would like to work on this

can u specify which commands to add like slash (/) commands or an normal cmd like !ping !info etc

@1tsak
Copy link
Owner Author

1tsak commented Oct 12, 2022

@Rajkumar-justcoder sure, go ahead,
slash commands you can register those so that they will show in the discord command section.
Right Now it is using normal text match instead of commands.
If you have ideas for other commands other than which are already in code you can add them.

@Rajkumar-justcoder
Copy link
Contributor

@Rajkumar-justcoder sure, go ahead, slash commands you can register those so that they will show in the discord command section. Right Now it is using normal text match instead of commands. If you have ideas for other commands other than which are already in code you can add them.

so yeah
i can add slash cmd and some other default cmd as serverinfo and userinfo and some more cmd me be

@Rajkumar-justcoder
Copy link
Contributor

so can i remove old cmd which are prefix based and make fully / cmd based

@1tsak
Copy link
Owner Author

1tsak commented Oct 12, 2022

@Rajkumar-justcoder Yes, but make sure you add the replies which are already there start and social just change the trigger to command.
Thanks

@Rajkumar-justcoder
Copy link
Contributor

Yup i got that i will start working on it from tomorrow morning ✌️
Thanks

@Rajkumar-justcoder
Copy link
Contributor

Hey i have opened pr

@1tsak
Copy link
Owner Author

1tsak commented Oct 14, 2022

Yes, thanks, merged.

@1tsak 1tsak closed this as completed Oct 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hacktoberfest
Projects
None yet
Development

No branches or pull requests

2 participants