You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
Version Information:
Node.js: v20.18.0
Discord.js: ~14.16.2 (from this official repo at the time of writing)
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 greatWhy 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
![image](https://private-user-images.githubusercontent.com/56804505/393630217-d776ff54-4d28-4fde-bb93-c2d604f51d26.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNjE0ODIsIm5iZiI6MTczOTM2MTE4MiwicGF0aCI6Ii81NjgwNDUwNS8zOTM2MzAyMTctZDc3NmZmNTQtNGQyOC00ZmRlLWJiOTMtYzJkNjA0ZjUxZDI2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDExNTMwMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTliZDRkMzdhYTEwYTVjMzEwZGJmNjYyMzI4YmU5MDZmY2VlYzZjYzg4Nzk5ZjU4YTE1NzY5N2ExMjAwOGE0ZTEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.W0X3ghAYLb4tl0FzakWR3tHBma-Mh8T7LMN7xvQOHZc)
(Description: as you can see,
/play
works but!play
does not)Version Information:
Additional context
/
The text was updated successfully, but these errors were encountered: