diff options
Diffstat (limited to 'modules/8ball.py')
| -rw-r--r-- | modules/8ball.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/8ball.py b/modules/8ball.py index 57be2da4..39e786e0 100644 --- a/modules/8ball.py +++ b/modules/8ball.py @@ -17,7 +17,7 @@ CHOICES = [ ] class Module(object): - def __init__(self, bot, events): + def __init__(self, bot, events, exports): events.on("received.command.8ball").hook( self.decide, min_args=1, |
