mirror of
https://github.com/arthur-pbty/bot-discord-coins.git
synced 2026-06-03 15:07:20 +02:00
uptdate bingo
This commit is contained in:
@@ -42,6 +42,8 @@ module.exports = {
|
||||
);
|
||||
} else {
|
||||
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 (Number(message.content) < Number(guild.nombre)) {
|
||||
message.react('➕')
|
||||
|
||||
Reference in New Issue
Block a user