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