mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2024-11-14 18:54:55 -05:00
alias botvisibility
This commit is contained in:
parent
0a99b4907f
commit
a890149a71
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
const {MessageEmbed} = require('discord.js');
|
const {MessageEmbed} = require('discord.js');
|
||||||
module.exports = {
|
module.exports = {
|
||||||
name: 'botvisibility',
|
name: 'botvisibility',
|
||||||
alias: [],
|
alias: ['botvis', 'togglevis', 'togglevisibility'],
|
||||||
description: 'Changes the bot\'s visibility',
|
description: 'Changes the bot\'s visibility',
|
||||||
usage: [
|
usage: [
|
||||||
'<hash> <true|false>',
|
'<hash> <true|false>',
|
||||||
|
|
Loading…
Reference in a new issue