Skip to content
Snippets Groups Projects
Commit 1ddc2d0e authored by Reviath's avatar Reviath
Browse files

Update commands/roulette.js

parent 18d8d63b
Branches
No related tags found
No related merge requests found
...@@ -14,13 +14,13 @@ let moneydb = await db.fetch(`Balance_${user.id}`) ...@@ -14,13 +14,13 @@ let moneydb = await db.fetch(`Balance_${user.id}`)
let random = Math.floor(Math.random() * 37); let random = Math.floor(Math.random() * 37);
let moneyhelp = new Discord.MessageEmbed() let moneyhelp = new Discord.MessageEmbed()
.setColor('BLUE') .setColor('BLUE')
.setDescription(`:x: Specify an amount to gamble | .roulette <color> <amount>`); .setDescription(`<a:x_:801038779955150888> Specify an amount | .roulette <color> <amount>`);
let moneymore = new Discord.MessageEmbed() let moneymore = new Discord.MessageEmbed()
.setColor("BLUE") .setColor("BLUE")
.setDescription(`:x: You are betting more than you have`); .setDescription(`<a:x_:801038779955150888> You are betting more than you have`);
let colorbad = new Discord.MessageEmbed() let colorbad = new Discord.MessageEmbed()
.setColor("BLUE") .setColor("BLUE")
.setDescription(`:x Specify a color | Red [1.5x] Black [2x] Green [15x]`); .setDescription(`<a:x_:801038779955150888> Specify a color | Red [1.5x] Black [2x] Green [15x]`);
if (!colour) return message.channel.send(colorbad); if (!colour) return message.channel.send(colorbad);
colour = colour.toLowerCase() colour = colour.toLowerCase()
if (!money) return message.channel.send(moneyhelp); if (!money) return message.channel.send(moneyhelp);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment