summary refs log tree commit diff stats
path: root/bot.py
diff options
context:
space:
mode:
authorsuhas <hi@suhas.one>2023-11-21 22:50:44 -0600
committersuhas <hi@suhas.one>2023-11-21 22:50:44 -0600
commitc3dfa5bffa3f9da233dccc3c18e62e751688554d (patch)
tree9f5abe6541785b1d5bab3b939da5c4adb7a6250b /bot.py
parent452a79d4dc567290ca94989ec5c6588374f9e572 (diff)
downloadqbb-c3dfa5bffa3f9da233dccc3c18e62e751688554d.tar.gz
/search player
Diffstat (limited to 'bot.py')
-rw-r--r--bot.py1
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')