mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Poker leaves beta
This commit is contained in:
@@ -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: {
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xiao",
|
||||
"version": "116.27.4",
|
||||
"version": "116.27.5",
|
||||
"description": "Your personal server companion.",
|
||||
"main": "Xiao.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user