Remove memberName (leftover Commando thing)

This commit is contained in:
Dragon Fire
2024-05-21 21:02:12 -04:00
parent b10c604473
commit bd02c6b1c4
516 changed files with 3 additions and 518 deletions
-1
View File
@@ -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: {
-1
View File
@@ -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: {
-1
View File
@@ -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: {
-1
View File
@@ -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: {
-1
View File
@@ -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: [
{
-1
View File
@@ -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: {
-1
View File
@@ -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: {