3
0
mirror of https://github.com/reality/dbot.git synced 2024-12-24 11:42:36 +01:00
This commit is contained in:
thoso 2014-02-20 01:48:04 +01:00
parent ed433977c7
commit ade1dcd5e8

View File

@ -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'));
}
}
}