moonstar-x / discord-tts-bot

A Text-to-Speech bot for Discord.
https://docs.moonstar-x.dev/discord-tts-bot
MIT License
98 stars 84 forks source link

Could you add the prefix to replace the slash command #79

Open phungminhchi opened 2 years ago

phungminhchi commented 2 years ago

I think prefix will be the contingency plans. Because I think some server is not agree to use the slash command. You can develop you bot with new feature is can play music from youtube or can kick, ban, mute members. I think it's will be a perfect bot.

moonstar-x commented 2 years ago

Sorry for the late response.

It would seem as though slash commands are the preferred way to handle commands and maintaining both ways would become a bit of a burden because of how different they work.

As for the extra feature requests, I don't really see the benefit seeing as how many bots already do these things, I'd rather keep the functionality of this bot limited to what a 'TTS bot' should do instead of making it do everything.

moonstar-x commented 2 years ago

I'll actually re-open this because after looking at some other bots I can see a lot of them keep both ways of working with commands. I just need to update the underlying library for this change and it should be good to go. https://github.com/greencoast-studios/discord.js-extended/issues/64

Yeah I'm seeing quite some people asking about the return of regular commands and I guess it's better to keep them both rather than force a non-preferred way down everyone's throat lol.