Skip to content

Commit

Permalink
remove mute command
Browse files Browse the repository at this point in the history
  • Loading branch information
Techbot121 authored and Meta Construct committed Nov 9, 2023
1 parent c369e79 commit 9784652
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 363 deletions.
349 changes: 0 additions & 349 deletions app/services/discord/modules/commands/Mute.ts

This file was deleted.

14 changes: 0 additions & 14 deletions app/services/discord/modules/commands/index.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
import { DiscordBot } from "../..";
import { MenuDeeplCommand, SlashDeeplCommand } from "./DeepL";
import { MenuGetStickerUrlCommand } from "./GetStickerUrl";
import {
MenuMuteCommand,
MenuUnMuteCommand,
MenuWhyMuteCommand,
SlashMuteCommand,
SlashUnMuteCommand,
SlashWhyMuteCommand,
} from "./Mute";
import {
MenuSpeechbubbleLeftCommand,
MenuSpeechbubbleRightCommand,
Expand Down Expand Up @@ -50,22 +42,16 @@ export const slashCommands = [
// normal commands
SlashDeeplCommand,
SlashMarkovCommand,
SlashMuteCommand,
SlashRoleCommand,
SlashSpeechbubbleCommand,
SlashUnMuteCommand,
SlashVoiceCommand,
SlashWhyBanCommand,
SlashWhyMuteCommand,
];
export const menuCommands = [
MenuDeeplCommand,
MenuGetStickerUrlCommand,
MenuMuteCommand,
MenuSpeechbubbleLeftCommand,
MenuSpeechbubbleRightCommand,
MenuUnMuteCommand,
MenuWhyMuteCommand,
MenuWhyRoleCommand,
];

Expand Down

0 comments on commit 9784652

Please sign in to comment.