previous icon indicating copy to clipboard operation
previous copied to clipboard

fix: cleanup code

Open ooliver1 opened this issue 3 years ago • 2 comments

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

ooliver1 avatar Jun 11 '22 13:06 ooliver1

Why should this be a module?

TAG-Epic avatar Jun 11 '22 13:06 TAG-Epic

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

ooliver1 avatar Jun 11 '22 14:06 ooliver1