Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 524 Bytes

notes.md

File metadata and controls

21 lines (13 loc) · 524 Bytes

Gitignore

All txt files preceeded with . are not pushed to the github

Folder paths

  • modules - used for general purpose libraries and functions
  • cogs - used for discord bot specific functions

Embed colors

Colors API Documentation

  • Help: Blue
  • Ping: Pink
  • Settings: Green

Errors and logging

  • Cogs and main use logging to report errors and warnings
  • Modules should return error codes (0 is success)