trying non reply
This commit is contained in:
4
bot.js
4
bot.js
@@ -516,11 +516,11 @@ client.on('message', message => {
|
|||||||
|
|
||||||
// Missing Argument
|
// Missing Argument
|
||||||
} else {
|
} else {
|
||||||
message.reply('wut do i summon?');
|
message.channel.send('wut do i summon?');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
message.reply("You're a bad boi and a banned author, you can't summon til you learn to behave.");
|
message.channel.send("You're a bad boi and a banned author, you can't summon til you learn to behave.");
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
//message.channel.send(error.stack);
|
//message.channel.send(error.stack);
|
||||||
|
Reference in New Issue
Block a user