dkdevelopment / discord-bot

For one guild bot
0 stars 0 forks source link

MVP: Poking mechanism #1

Open dkdevelopment opened 4 years ago

dkdevelopment commented 4 years ago

To copy old-fashion way of poking (similar to TeamSpeak3) - poking mechanism works as follows: It moves user to a different voice channel, then moves him back to the original channel.

The functionality doesn't work when poked user is a bot / or the user is not at any of the voice channels available.

After MVP: Command should accept additional arguments for multiple poking (example bot poke @SomeUser 10)

dkdevelopment commented 4 years ago

Functionality is done

dkdevelopment commented 4 years ago

After MVP: Command should accept additional arguments for multiple poking (example bot poke @SomeUser 10)

left