ddellspe / music-bot

Discord Music Bot
Apache License 2.0
2 stars 1 forks source link

Move start command to play command #33

Closed ddellspe closed 3 years ago

ddellspe commented 3 years ago

We'll want to make start optional, and then add a footer to the start message that you can simply start it with the !play command in the future.

ddellspe commented 3 years ago

Probably want to externalize the start process to the start method of the bot and have the valid voice channel to start with be part of that.