diff options
Diffstat (limited to 'modules/bitcoin.py')
| -rw-r--r-- | modules/bitcoin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bitcoin.py b/modules/bitcoin.py index f15c5266..ac291aa0 100644 --- a/modules/bitcoin.py +++ b/modules/bitcoin.py @@ -2,7 +2,7 @@ import Utils class Module(object): _name = "BTC" - def __init__(self, bot, events): + def __init__(self, bot, events, exports): self.bot = bot events.on("received").on("command").on("btc").hook( self.btc, help="Get the exchange rate of bitcoins", |
