Skip to content

Commit

Permalink
bingo boingo, this is oinko
Browse files Browse the repository at this point in the history
  • Loading branch information
Duckle29 committed Apr 25, 2019
1 parent bac4c0a commit 970ebfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sopel/modules/currency.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def exchange(bot, match):

@commands('cur', 'currency', 'exchange')
@example('.cur 100 usd in btc cad eur',
'100\.0 USD is [\d\.]+ BTC, [\d\.]+ CAD, [\d\.]+ EUR',
r'100\.0 USD is [\d\.]+ BTC, [\d\.]+ CAD, [\d\.]+ EUR',
re=True)
@example('.cur 3 can in one day', 'Sorry, CAN isn\'t currently supported.')
def exchange_cmd(bot, trigger):
Expand Down

0 comments on commit 970ebfc

Please sign in to comment.