diff --git a/commands/games-mp/poker.js b/commands/games-mp/poker.js index a9195511..0cbcb8e2 100644 --- a/commands/games-mp/poker.js +++ b/commands/games-mp/poker.js @@ -34,7 +34,6 @@ module.exports = class PokerCommand extends Command { async run(msg, { playersCount }) { const current = this.client.games.get(msg.channel.id); if (current) return msg.reply(`Please wait until the current game of \`${current.name}\` is finished.`); - await msg.say(`**The \`${this.name}\` command is currently in beta. Do not expect it to work properly.**`); this.client.games.set(msg.channel.id, { name: this.name, data: { diff --git a/package.json b/package.json index 95122126..f6ffb176 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "116.27.4", + "version": "116.27.5", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {