Skip to content
Snippets Groups Projects
Commit 482f7462 authored by Reviath's avatar Reviath
Browse files

Update commands/roulette.js

parent 61ce36a3
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,9 @@ if (colour == "b" || colour.includes("black")) colour = 0;
else if (colour == "r" || colour.includes("red")) colour = 1;
else if (colour == "g" || colour.includes("green")) colour = 2;
else return message.channel.send(colorbad);
msg = await message.channel.send(`You have placed ${money} to ${colour}`);
msg = await message.channel.send(`You have placed ${money} just wait!`);
setTimeout( async function() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment