This commit is contained in:
Alex 2020-05-18 03:00:05 -05:00
parent be11882ba4
commit 000a629bff
1 changed files with 2 additions and 2 deletions

View File

@ -126,9 +126,9 @@ client.on("message", async message => {
message.delete().catch(O_o=>{});
// And we get the bot to say the thing:
return message.channel.send(sayMessage);
};
}
else {
return message.channel.send("Im sorry but we cant have nice things...")
return message.channel.send("Im sorry but we cant have nice things...")
};
};
////////////////////////////////////////////////////////////////////////////////