mirror of
https://github.com/reality/dbot.git
synced 2024-12-24 11:42:36 +01:00
typo fix
This commit is contained in:
parent
ed433977c7
commit
ade1dcd5e8
@ -19,8 +19,9 @@ var units = function(dbot) {
|
||||
}));
|
||||
var result = unit.convert(query);
|
||||
}
|
||||
} catch (e) {
|
||||
event.reply(dbot.t('error'));
|
||||
catch (e) {
|
||||
event.reply(dbot.t('error'));
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user