rik079 / Speasier

Speak easier in Speasy. A.k.a Sock's Speaking Slave.
https://speasier.rik079.xyz
BSD 3-Clause "New" or "Revised" License
4 stars 2 forks source link

Let channel register + change_voicechat check if channel is a voice channel #68

Closed rik079 closed 3 years ago

rik079 commented 3 years ago

Right now, it's possible to fill in a text channel in the 'voice chat' argument for c_vc and I'm not sure if register does any check on wheter the channel exists whatsoever.

Instead, both functions need to check wheter the specified channel is a voice channel or not, and return + send a message if it isn't.

rik079 commented 3 years ago

A fix for this is included in feature/speasier-65