aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar sco1 <[email protected]>2019-03-19 15:35:17 -0400
committerGravatar sco1 <[email protected]>2019-03-19 15:35:17 -0400
commitff835a6275464ddd40bcc486c3a34790f73b4baf (patch)
tree85f070e3b93773d75a5582786990b73232fb1030
parentMerge branch 'master' into dpy-cog-changes (diff)
Migrate pickup lines cog to new d.py cogs
-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.
"""