mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-18 05:49:49 +02:00
it works ok
This commit is contained in:
@@ -48,7 +48,6 @@ module.exports = class OsuSignatureCommand extends Command {
|
|||||||
onlineindicator: '',
|
onlineindicator: '',
|
||||||
xpbar: ''
|
xpbar: ''
|
||||||
});
|
});
|
||||||
console.log(text);
|
|
||||||
if (text.includes('<b>Warning</b>')) return msg.say('Could not find any results.');
|
if (text.includes('<b>Warning</b>')) return msg.say('Could not find any results.');
|
||||||
return msg.say({ files: [{ attachment: body, name: 'osu-signature.png' }] });
|
return msg.say({ files: [{ attachment: body, name: 'osu-signature.png' }] });
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
|
|||||||
Reference in New Issue
Block a user