mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-14 00:08:06 +02:00
Poker leaves beta
This commit is contained in:
@@ -34,7 +34,6 @@ module.exports = class PokerCommand extends Command {
|
|||||||
async run(msg, { playersCount }) {
|
async run(msg, { playersCount }) {
|
||||||
const current = this.client.games.get(msg.channel.id);
|
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.`);
|
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, {
|
this.client.games.set(msg.channel.id, {
|
||||||
name: this.name,
|
name: this.name,
|
||||||
data: {
|
data: {
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xiao",
|
"name": "xiao",
|
||||||
"version": "116.27.4",
|
"version": "116.27.5",
|
||||||
"description": "Your personal server companion.",
|
"description": "Your personal server companion.",
|
||||||
"main": "Xiao.js",
|
"main": "Xiao.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user