aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/seasons/valentines/pickuplines.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/seasons/valentines/pickuplines.py b/bot/seasons/valentines/pickuplines.py
index 4462478f..fba8f55a 100644
--- a/bot/seasons/valentines/pickuplines.py
+++ b/bot/seasons/valentines/pickuplines.py
@@ -14,7 +14,7 @@ with open(Path('bot', 'resources', 'valentines', 'pickup_lines.json'), 'r', enco
pickup_lines = load(f)
-class PickupLine:
+class PickupLine(commands.Cog):
"""
A cog that gives random cheesy pickup lines.
"""