Skip to content

Commit

Permalink
make 100% possible
Browse files Browse the repository at this point in the history
  • Loading branch information
raluvy95 committed Apr 12, 2023
1 parent 8014458 commit 44143c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/fun/gay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ async function generator(msg: Message, args: string[]) {

const e = new MovEmbed()
.setTimestamp(undefined)
.setDesc(`${author.username} is **${Math.floor(Math.random() * 100)}%** gay! 🏳️‍🌈`)
.setDesc(`${author.username} is **${Math.floor(Math.random() * 101)}%** gay! 🏳️‍🌈`)
.build()
client.createMessage(msg.channel.id, e)
}
Expand Down

0 comments on commit 44143c9

Please sign in to comment.