previous
previous copied to clipboard
fix: cleanup code
Plans:
- [x] Module for code
- [x] Bot subclass with startup func for client session
- [ ] Consistency of style
- [ ] Pre-commit to help with a consistent style
- [ ] Allow people to turn off linking loops so they dont destroy test servers by accident
- [ ] Not use questionable import styles (like the ones in link and autopaste, wtf epic)
- [x] Use proper cog related constants
- [ ] Use
_for unused variables - [ ] Resolve pyright basic type issues
Why should this be a module?
Why should this be a module?
All the code in one encapsulated place, who get main.py lost in config and meta files when it can be in one place