mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-15 00:12:38 +02:00
Remove memberName (leftover Commando thing)
This commit is contained in:
@@ -6,7 +6,6 @@ module.exports = class BlacklistCommand extends Command {
|
||||
super(client, {
|
||||
name: 'blacklist',
|
||||
group: 'util',
|
||||
memberName: 'blacklist',
|
||||
description: 'Blacklists a user or server.',
|
||||
details: 'Only the bot owner(s) may use this command.',
|
||||
ownerOnly: true,
|
||||
|
||||
@@ -20,7 +20,6 @@ module.exports = class CommandLastRunExportCommand extends Command {
|
||||
'export-last-run'
|
||||
],
|
||||
group: 'util',
|
||||
memberName: 'command-last-run-export',
|
||||
description: 'Exports a command last run JSON file.',
|
||||
details: 'Only the bot owner(s) may use this command.',
|
||||
ownerOnly: true,
|
||||
|
||||
@@ -14,7 +14,6 @@ module.exports = class CommandLeaderboardExportCommand extends Command {
|
||||
'export-command-leaderboard'
|
||||
],
|
||||
group: 'util',
|
||||
memberName: 'command-leaderboard-export',
|
||||
description: 'Exports a command leaderboard JSON file.',
|
||||
details: 'Only the bot owner(s) may use this command.',
|
||||
ownerOnly: true,
|
||||
|
||||
@@ -11,7 +11,6 @@ module.exports = class DependencyUpdateCommand extends Command {
|
||||
name: 'dependency-update',
|
||||
aliases: ['dep-update', 'dependencies-update', 'npm-update', 'deps', 'update-deps'],
|
||||
group: 'util',
|
||||
memberName: 'dependency-update',
|
||||
description: 'Checks for dependency updates.',
|
||||
details: 'Only the bot owner(s) may use this command.',
|
||||
ownerOnly: true,
|
||||
|
||||
@@ -6,7 +6,6 @@ module.exports = class DisableCommand extends Command {
|
||||
name: 'disable',
|
||||
aliases: ['disable-command', 'disable-cmd'],
|
||||
group: 'util',
|
||||
memberName: 'disable',
|
||||
description: 'Disables a command.',
|
||||
details: 'Only the bot owner(s) may use this command.',
|
||||
ownerOnly: true,
|
||||
|
||||
@@ -6,7 +6,6 @@ module.exports = class EnableCommand extends Command {
|
||||
name: 'enable',
|
||||
aliases: ['enable-command', 'enable-cmd'],
|
||||
group: 'util',
|
||||
memberName: 'enable',
|
||||
description: 'Enables a command.',
|
||||
details: 'Only the bot owner(s) may use this command.',
|
||||
ownerOnly: true,
|
||||
|
||||
@@ -15,7 +15,6 @@ module.exports = class EvalCommand extends Command {
|
||||
super(client, {
|
||||
name: 'eval',
|
||||
group: 'util',
|
||||
memberName: 'eval',
|
||||
description: 'Executes JavaScript code.',
|
||||
details: 'Only the bot owner(s) may use this command.',
|
||||
ownerOnly: true,
|
||||
|
||||
@@ -11,7 +11,6 @@ module.exports = class ExecCommand extends Command {
|
||||
name: 'exec',
|
||||
aliases: ['execute', '$'],
|
||||
group: 'util',
|
||||
memberName: 'exec',
|
||||
description: 'Executes a command-line application.',
|
||||
ownerOnly: true,
|
||||
guarded: true,
|
||||
|
||||
@@ -6,7 +6,6 @@ module.exports = class GenerateCommandsCommand extends Command {
|
||||
name: 'generate-commands',
|
||||
aliases: ['gen-commands', 'generate-cmds', 'gen-cmds'],
|
||||
group: 'util',
|
||||
memberName: 'generate-commands',
|
||||
description: 'Generates the commands list as a TXT file.',
|
||||
details: 'Only the bot owner(s) may use this command.',
|
||||
ownerOnly: true,
|
||||
|
||||
@@ -9,7 +9,6 @@ module.exports = class GenerateCreditCommand extends Command {
|
||||
name: 'generate-credit',
|
||||
aliases: ['gen-credit', 'generate-cred', 'gen-cred'],
|
||||
group: 'util',
|
||||
memberName: 'generate-credit',
|
||||
description: 'Generates the credits list as a TXT file.',
|
||||
details: 'Only the bot owner(s) may use this command.',
|
||||
ownerOnly: true,
|
||||
|
||||
@@ -8,7 +8,6 @@ module.exports = class GenerateProcessEnvCommand extends Command {
|
||||
name: 'generate-process-env',
|
||||
aliases: ['gen-process-env', 'generate-env', 'gen-env'],
|
||||
group: 'util',
|
||||
memberName: 'generate-process-env',
|
||||
description: 'Generates a backup list of Xiao\'s `process.env`.',
|
||||
details: 'Only the bot owner(s) may use this command.',
|
||||
ownerOnly: true,
|
||||
|
||||
@@ -6,7 +6,6 @@ module.exports = class IpCommand extends Command {
|
||||
super(client, {
|
||||
name: 'ip',
|
||||
group: 'util',
|
||||
memberName: 'ip',
|
||||
description: 'Responds with the IP address the bot\'s server is running on.',
|
||||
details: 'Only the bot owner(s) may use this command.',
|
||||
guarded: true,
|
||||
|
||||
@@ -7,7 +7,6 @@ module.exports = class LoadCommand extends Command {
|
||||
name: 'load',
|
||||
aliases: ['load-command', 'load-cmd'],
|
||||
group: 'util',
|
||||
memberName: 'load',
|
||||
description: 'Loads a new command.',
|
||||
details: 'Only the bot owner(s) may use this command.',
|
||||
guarded: true,
|
||||
|
||||
@@ -5,7 +5,6 @@ module.exports = class ReloadFileCommand extends Command {
|
||||
super(client, {
|
||||
name: 'reload-file',
|
||||
group: 'util',
|
||||
memberName: 'reload-file',
|
||||
description: 'Reloads a file.',
|
||||
details: 'Only the bot owner(s) may use this command.',
|
||||
guarded: true,
|
||||
|
||||
@@ -6,7 +6,6 @@ module.exports = class ReloadCommand extends Command {
|
||||
name: 'reload',
|
||||
aliases: ['reload-command', 'reload-cmd'],
|
||||
group: 'util',
|
||||
memberName: 'reload',
|
||||
description: 'Reloads a command.',
|
||||
details: 'Only the bot owner(s) may use this command.',
|
||||
guarded: true,
|
||||
|
||||
@@ -10,7 +10,6 @@ module.exports = class ReportRespondCommand extends Command {
|
||||
name: 'report-respond',
|
||||
aliases: ['report-res'],
|
||||
group: 'util',
|
||||
memberName: 'report-respond',
|
||||
description: 'Responds to a submitted report.',
|
||||
details: 'Only the bot owner(s) may use this command.',
|
||||
guarded: true,
|
||||
|
||||
@@ -16,7 +16,6 @@ module.exports = class SetUsesCommand extends Command {
|
||||
super(client, {
|
||||
name: 'set-uses',
|
||||
group: 'util',
|
||||
memberName: 'set-uses',
|
||||
description: 'Changes command usage stats.',
|
||||
details: 'Only the bot owner(s) may use this command.',
|
||||
ownerOnly: true,
|
||||
|
||||
@@ -8,7 +8,6 @@ module.exports = class ShutdownCommand extends Command {
|
||||
name: 'shutdown',
|
||||
aliases: ['die', 'restart', 'process.exit', 'reboot'],
|
||||
group: 'util',
|
||||
memberName: 'shutdown',
|
||||
description: 'Shuts down the bot.',
|
||||
details: 'Only the bot owner(s) may use this command.',
|
||||
guarded: true,
|
||||
|
||||
@@ -8,7 +8,6 @@ module.exports = class UnblacklistCommand extends Command {
|
||||
name: 'unblacklist',
|
||||
aliases: ['whitelist'],
|
||||
group: 'util',
|
||||
memberName: 'unblacklist',
|
||||
description: 'Unblacklists a user or server.',
|
||||
details: 'Only the bot owner(s) may use this command.',
|
||||
ownerOnly: true,
|
||||
|
||||
@@ -6,7 +6,6 @@ module.exports = class UnloadCommand extends Command {
|
||||
name: 'unload',
|
||||
aliases: ['unload-command', 'unload-cmd', 'delete-command', 'delete-cmd'],
|
||||
group: 'util',
|
||||
memberName: 'unload',
|
||||
description: 'Unloads a command.',
|
||||
details: 'Only the bot owner(s) may use this command.',
|
||||
guarded: true,
|
||||
|
||||
@@ -7,7 +7,6 @@ module.exports = class UpdateEnvCommand extends Command {
|
||||
name: 'update-env',
|
||||
aliases: ['dotenv', 'update-process-env'],
|
||||
group: 'util',
|
||||
memberName: 'update-env',
|
||||
description: 'Updates the bot\'s environment variables.',
|
||||
details: 'Only the bot owner(s) may use this command.',
|
||||
ownerOnly: true,
|
||||
|
||||
Reference in New Issue
Block a user