We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c39dd15 commit 57722a0Copy full SHA for 57722a0
bot.py
@@ -262,7 +262,7 @@ async def setup_indexes(self):
262
coll = self.db.logs
263
if 'messages.content_text' not in await coll.index_information():
264
print('Creating "text" index for "messages.content"')
265
- await coll.create_index([('messages.content', 'text')], sparse=True)
+ await coll.create_index([('messages.content', 'text')])
266
267
async def on_ready(self):
268
"""Bot startup, sets uptime."""
0 commit comments