mirror of
https://github.com/Technicolor-creamsicle/Osselbot.git
synced 2025-01-18 04:06:53 -05:00
thanks
This commit is contained in:
parent
be11882ba4
commit
000a629bff
@ -126,9 +126,9 @@ client.on("message", async message => {
|
|||||||
message.delete().catch(O_o=>{});
|
message.delete().catch(O_o=>{});
|
||||||
// And we get the bot to say the thing:
|
// And we get the bot to say the thing:
|
||||||
return message.channel.send(sayMessage);
|
return message.channel.send(sayMessage);
|
||||||
};
|
}
|
||||||
else {
|
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...")
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
Loading…
Reference in New Issue
Block a user