mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-19 05:51:42 +02:00
Make Battle Guild-Only
This commit is contained in:
@@ -9,6 +9,7 @@ module.exports = class BattleCommand extends Command {
|
|||||||
group: 'games',
|
group: 'games',
|
||||||
memberName: 'battle',
|
memberName: 'battle',
|
||||||
description: 'Choose another user and fight to the death!',
|
description: 'Choose another user and fight to the death!',
|
||||||
|
guildOnly: true,
|
||||||
args: [
|
args: [
|
||||||
{
|
{
|
||||||
key: 'opponent',
|
key: 'opponent',
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xiaobot",
|
"name": "xiaobot",
|
||||||
"version": "21.4.4",
|
"version": "21.4.5",
|
||||||
"description": "A Discord Bot",
|
"description": "A Discord Bot",
|
||||||
"main": "Shard.js",
|
"main": "Shard.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user