Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 808 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 808 Bytes

Simple Discord Bot

A simple Discord bot built using PyCord's Discord API wrapper for general purposes that a Discord server may need while still having some commands for a community's sake.

Known Issues

  • Timeout command doesn't work : the library has the wrong permission specified
  • logging_setup and tickets_setup don't work due to a type error

Todo

  • Add configurability for enabling or disabling commands / features
  • Add more logging
    • Role creation / update / deletion
    • Voice state changes
    • Channel creation / update / deletion
    • Invite link creation / deletion
    • Scheduled even creation / update / deletion
    • Others that get suggested
  • Add old style error handling (SDTB)
  • Add docs / wiki