some other random tests
This commit is contained in:
parent
d4696b15a3
commit
3fb1334b40
1 changed files with 14 additions and 10 deletions
|
@ -1,6 +1,10 @@
|
|||
exports.run = async (client, message, args, level) => {
|
||||
const response = await client.awaitReply(message, "Favourite Color?");
|
||||
const response = await client.awaitReply(message, "Hey, what's your favorite color?");
|
||||
if(response !== "black") {
|
||||
message.reply(`Oh, I really love ${response} too!`);
|
||||
} else {
|
||||
message.reply(`you like ${response}? Disgusting.`);
|
||||
}
|
||||
}
|
||||
|
||||
exports.conf = {
|
||||
|
|
Loading…
Reference in a new issue