1tsak / OSC-Bot

A Discord Bot For Open Source Guidance & Resources
13 stars 7 forks source link

Add Commands Instead of Messages #1

Closed 1tsak closed 2 years ago

1tsak commented 2 years ago

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

Rajkumar-justcoder commented 2 years ago

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 commented 2 years ago

@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 commented 2 years ago

@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 commented 2 years ago

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

1tsak commented 2 years ago

@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 commented 2 years ago

Yup i got that i will start working on it from tomorrow morning :v: Thanks

Rajkumar-justcoder commented 2 years ago

Hey i have opened pr

1tsak commented 2 years ago

Yes, thanks, merged.