Poker leaves beta

This commit is contained in:
Dragon Fire
2020-06-15 12:34:42 -04:00
parent fcdd75f98e
commit d3355cbe77
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -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: {