Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor importing statements in discord bot module
This commit simplifies the importing statement in the discord bot module. Instead of using a direct hierarchy, the bot class is now exported directly from the 'discord' module. This change reduces the complexity of the import paths and increases readability without affecting functionality.
- Loading branch information