it works ok

This commit is contained in:
Daniel Odendahl Jr
2018-02-19 22:55:11 +00:00
parent c538bebfa3
commit daae2a76db
-1
View File
@@ -48,7 +48,6 @@ module.exports = class OsuSignatureCommand extends Command {
onlineindicator: '',
xpbar: ''
});
console.log(text);
if (text.includes('<b>Warning</b>')) return msg.say('Could not find any results.');
return msg.say({ files: [{ attachment: body, name: 'osu-signature.png' }] });
} catch (err) {