diff --git a/bot/data/interfaces.py b/bot/data/interfaces.py index 44cc4a3c..1df7ff56 100644 --- a/bot/data/interfaces.py +++ b/bot/data/interfaces.py @@ -95,6 +95,7 @@ class Table: Decorator to add a saved query to the table. """ self.queries[func.__name__] = func + return func class Row: