Skip to content

Commit

Permalink
Update raffle.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Redjumpman committed Oct 5, 2018
1 parent 7c7ea1a commit 7d98433
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion raffle/raffle.py
Expand Up @@ -18,8 +18,10 @@
__author__ = 'Redjumpman'
__version__ = '4.0.02'

BaseCog = getattr(commands, "Cog", object)

class Raffle:

class Raffle(BaseCog):
"""Run simple Raffles for your server."""

raffle_defaults = {
Expand Down

0 comments on commit 7d98433

Please sign in to comment.