diff options
author | suhas <hi@suhas.one> | 2023-11-21 22:50:44 -0600 |
---|---|---|
committer | suhas <hi@suhas.one> | 2023-11-21 22:50:44 -0600 |
commit | c3dfa5bffa3f9da233dccc3c18e62e751688554d (patch) | |
tree | 9f5abe6541785b1d5bab3b939da5c4adb7a6250b /bot.py | |
parent | 452a79d4dc567290ca94989ec5c6588374f9e572 (diff) | |
download | qbb-c3dfa5bffa3f9da233dccc3c18e62e751688554d.tar.gz |
/search player
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 3b75565..6c3dcd3 100644 --- a/bot.py +++ b/bot.py @@ -23,6 +23,7 @@ class QBBBot(Bot): await self.load_extension('cogs.tossup') await self.load_extension('cogs.solo') await self.load_extension('cogs.stats') + await self.load_extension('cogs.search') await self.load_extension('jishaku') |