diff options
author | suhas <hi@suhas.one> | 2023-11-16 23:00:29 -0600 |
---|---|---|
committer | suhas <hi@suhas.one> | 2023-11-16 23:00:29 -0600 |
commit | 2e38b5aefb08abdd34d5244d0998274e5f35ff3e (patch) | |
tree | a221637a7eaa9195c8ae5322d8c73c1ad70e90a2 /bot.py | |
parent | e0ede3dddabf27cde5a1db35e499885ece51f542 (diff) | |
download | qbb-2e38b5aefb08abdd34d5244d0998274e5f35ff3e.tar.gz |
add stats tracking
Diffstat (limited to 'bot.py')
-rw-r--r-- | bot.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bot.py b/bot.py index 9240d32..3b75565 100644 --- a/bot.py +++ b/bot.py @@ -22,6 +22,7 @@ class QBBBot(Bot): async def setup_hook(self): await self.load_extension('cogs.tossup') await self.load_extension('cogs.solo') + await self.load_extension('cogs.stats') await self.load_extension('jishaku') |