Start some code organization #21

Open
javif89 wants to merge 1 commits from start-bot-package into master
Owner

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.

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.
javif89 added 1 commit 2025-02-10 22:07:37 -07:00
This pull request doesn't have enough required approvals yet. 0 of 1 official approvals granted.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin start-bot-package:start-bot-package
git checkout start-bot-package
Sign in to join this conversation.
No description provided.