Start some code organization #21
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "start-bot-package"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I started organizing some code into
pkg/bot
.In the future, the bot package should abstract away the connection to discord as well as actions like playing sound or connecting to a voice channel. This will give us more flexibility in case we need to have multiple bot instances running from the same application.
Checkout
From your project repository, check out a new branch and test the changes.