mirror of
https://github.com/arthur-pbty/bot-discord-coins.git
synced 2026-06-03 23:36:29 +02:00
uptdate bingo
This commit is contained in:
@@ -42,6 +42,8 @@ module.exports = {
|
|||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
if (isNaN(message.content)) return
|
if (isNaN(message.content)) return
|
||||||
|
if (Number(message.content) > Number(guild.max)) { message.react('⛔') }
|
||||||
|
if (Number(message.content) < 0) { message.react('⛔') }
|
||||||
if (guild.aide == 'true') {
|
if (guild.aide == 'true') {
|
||||||
if (Number(message.content) < Number(guild.nombre)) {
|
if (Number(message.content) < Number(guild.nombre)) {
|
||||||
message.react('➕')
|
message.react('➕')
|
||||||
|
|||||||
Reference in New Issue
Block a user