Skip to content
  • Oxylibrium's avatar
    fix(*): make bot compatible with discord.py 1.2.3 · a1d343c0
    Oxylibrium authored
    - Remove the command category infrastructure.
    - Remove provider/feature infrastructure, replace with bot.get_cog
    - Make all cogs inherit from discord.ext.commands.Cog
    
    BREAKING CHANGE: Breaks cogs that used bot.database for DB access.
    DB access is now via bot.get_cog("PostgreSQL").pool
    a1d343c0