Skip to content

Commit

Permalink
r -> ru
Browse files Browse the repository at this point in the history
  • Loading branch information
aluminiumgeek committed Mar 29, 2016
1 parent 188837f commit af1d4a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/user_br.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ async def main(bot, *args, **kwargs):
if args[0] == 'en':
braille_table = EN_BR
del args[0]
elif args[0] == 'r':
elif args[0] == 'ru':
del args[0]

text = ' '.join(args)
Expand Down

0 comments on commit af1d4a4

Please sign in to comment.