mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-23 18:05:01 +02:00
Remove memberName (leftover Commando thing)
This commit is contained in:
@@ -10,7 +10,6 @@ module.exports = class AirhornCommand extends Command {
|
||||
super(client, {
|
||||
name: 'airhorn',
|
||||
group: 'voice',
|
||||
memberName: 'airhorn',
|
||||
description: 'Plays an airhorn sound in a voice channel.',
|
||||
guildOnly: true,
|
||||
throttling: {
|
||||
|
||||
@@ -19,7 +19,6 @@ module.exports = class AnimaleseCommand extends Command {
|
||||
super(client, {
|
||||
name: 'animalese',
|
||||
group: 'voice',
|
||||
memberName: 'animalese',
|
||||
description: 'Makes animalese based on text.',
|
||||
guildOnly: true,
|
||||
throttling: {
|
||||
|
||||
@@ -15,7 +15,6 @@ module.exports = class DECTalkCommand extends Command {
|
||||
name: 'dec-talk',
|
||||
aliases: ['moonbase-alpha', 'dec', 'd-talk'],
|
||||
group: 'voice',
|
||||
memberName: 'dec-talk',
|
||||
description: 'The world\'s best Text-to-Speech.',
|
||||
guildOnly: true,
|
||||
throttling: {
|
||||
|
||||
@@ -11,7 +11,6 @@ module.exports = class MindfulnessCommand extends Command {
|
||||
name: 'mindfulness',
|
||||
aliases: ['mindful'],
|
||||
group: 'voice',
|
||||
memberName: 'mindfulness',
|
||||
description: 'Immerse yourself in some mindful quotes.',
|
||||
guildOnly: true,
|
||||
throttling: {
|
||||
|
||||
@@ -15,7 +15,6 @@ module.exports = class MorseCommand extends Command {
|
||||
name: 'morse',
|
||||
aliases: ['morse-code'],
|
||||
group: 'voice',
|
||||
memberName: 'morse',
|
||||
description: 'Converts text to morse code.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -12,7 +12,6 @@ module.exports = class PlayCommand extends Command {
|
||||
name: 'play',
|
||||
aliases: ['play-music', 'music'],
|
||||
group: 'voice',
|
||||
memberName: 'play',
|
||||
description: 'Plays a YouTube video in your voice channel.',
|
||||
guildOnly: true,
|
||||
throttling: {
|
||||
|
||||
@@ -12,7 +12,6 @@ module.exports = class TtsCommand extends Command {
|
||||
name: 'tts',
|
||||
aliases: ['text-to-speech'],
|
||||
group: 'voice',
|
||||
memberName: 'tts',
|
||||
description: 'Say the text you provide in the accent you choose.',
|
||||
guildOnly: true,
|
||||
throttling: {
|
||||
|
||||
Reference in New Issue
Block a user