diff options
author | 2019-03-19 15:35:17 -0400 | |
---|---|---|
committer | 2019-03-19 15:35:17 -0400 | |
commit | ff835a6275464ddd40bcc486c3a34790f73b4baf (patch) | |
tree | 85f070e3b93773d75a5582786990b73232fb1030 /bot | |
parent | Merge branch 'master' into dpy-cog-changes (diff) |
Migrate pickup lines cog to new d.py cogs
Diffstat (limited to 'bot')
-rw-r--r-- | bot/seasons/valentines/pickuplines.py | 2 |
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. """ |