Extract only the pieces we need from discordgo #8
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
Having a whole extra package is bloatware. We should take the pieces we need and put it in our own internal package to the project and remove the discordgo dependency.
This will allow us to optimize for playback as well as make development easier.