diff --git a/cogs/utils/config.py b/cogs/utils/config.py index 14f345e..2a544d6 100644 --- a/cogs/utils/config.py +++ b/cogs/utils/config.py @@ -198,7 +198,7 @@ async def get_content(table, key=None): if key: cursor = await r.table(table).get(key).run(conn) else: - cursor = await r.table(table).run() + cursor = await r.table(table).run(conn) if cursor is None: content = None else: