Ben Kurtovic há 10 anos
ascendente
cometimento
341a32660f
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      earwigbot/commands/calc.py

+ 1
- 1
earwigbot/commands/calc.py Ver ficheiro

@@ -73,7 +73,7 @@ class Calc(Command):
('\$', 'USD '),
(r'\bKB\b', 'kilobytes'),
(r'\bMB\b', 'megabytes'),
(r'\bGB\b', 'kilobytes'),
(r'\bGB\b', 'gigabytes'),
('kbps', '(kilobits / second)'),
('mbps', '(megabits / second)')
]


Carregando…
Cancelar
Guardar