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 support for prefixed (non-slash) commands inside of the voice channel text #56

Open
TheJoshue opened this issue Dec 8, 2024 · 0 comments
Labels
question Further information is requested

Comments

@TheJoshue
Copy link

Describe the Issue/Feature
On discord you can also chat inside of the text channel. Not only chat but everything like in the regular text channel.
Discord bot at the current state can utilize slash commands there and send messages there too, however, when you try to for example if prefix for commands is "!" and you try to use !play <song> it will not work, the bot won't even respond (probably because it does not utilize voice channels too) - adding this possibility to use prefixed commands too (if enabled of course) in voice channel would be great

Why this issue to happened / feature is needed(give scenarios or use cases):
I did not inspect the code, i assume because target channels for prefixed commands are text channels (as you can only inside of them write text obviously... but no, with discord updates there is also possibility to write in voice channel, but not at the time when prefixed commands were coded for this bot)

Screenshots
(Description: as you can see, /play works but !play does not)
image

Version Information:

  • Node.js: v20.18.0
  • Discord.js: ~14.16.2 (from this official repo at the time of writing)
  • Music-Disc: f342301 (release 3.1.0)

Additional context
/

@TheJoshue TheJoshue added the question Further information is requested label Dec 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant