aboutsummaryrefslogtreecommitdiff
path: root/src/commands/moulberry-bush
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/moulberry-bush')
-rw-r--r--src/commands/moulberry-bush/capePermissions.ts4
-rw-r--r--src/commands/moulberry-bush/capes.ts4
-rw-r--r--src/commands/moulberry-bush/giveawayPing.ts4
-rw-r--r--src/commands/moulberry-bush/moulHammer.ts12
-rw-r--r--src/commands/moulberry-bush/neuRepo.ts4
-rw-r--r--src/commands/moulberry-bush/report.ts4
-rw-r--r--src/commands/moulberry-bush/rule.ts4
-rw-r--r--src/commands/moulberry-bush/serverStatus.ts4
-rw-r--r--src/commands/moulberry-bush/solved.ts4
9 files changed, 18 insertions, 26 deletions
diff --git a/src/commands/moulberry-bush/capePermissions.ts b/src/commands/moulberry-bush/capePermissions.ts
index 793ac59..fdeddd8 100644
--- a/src/commands/moulberry-bush/capePermissions.ts
+++ b/src/commands/moulberry-bush/capePermissions.ts
@@ -1,6 +1,6 @@
import {
AllowedMentions,
- BushCommand,
+ BotCommand,
clientSendAndPermCheck,
colors,
emojis,
@@ -12,7 +12,7 @@ import {
} from '#lib';
import { ApplicationCommandOptionType, EmbedBuilder, PermissionFlagsBits } from 'discord.js';
-export default class CapePermissionsCommand extends BushCommand {
+export default class CapePermissionsCommand extends BotCommand {
public constructor() {
super('capePermissions', {
aliases: ['cape-permissions', 'cape-perms', 'cape-perm'],
diff --git a/src/commands/moulberry-bush/capes.ts b/src/commands/moulberry-bush/capes.ts
index 6ffc540..79c163f 100644
--- a/src/commands/moulberry-bush/capes.ts
+++ b/src/commands/moulberry-bush/capes.ts
@@ -1,6 +1,6 @@
import {
AllowedMentions,
- BushCommand,
+ BotCommand,
ButtonPaginator,
clientSendAndPermCheck,
colors,
@@ -18,7 +18,7 @@ import { default as Fuse } from 'fuse.js';
assert(Fuse);
-export default class CapesCommand extends BushCommand {
+export default class CapesCommand extends BotCommand {
public constructor() {
super('capes', {
aliases: ['capes', 'cape'],
diff --git a/src/commands/moulberry-bush/giveawayPing.ts b/src/commands/moulberry-bush/giveawayPing.ts
index 8f8941f..aebcc52 100644
--- a/src/commands/moulberry-bush/giveawayPing.ts
+++ b/src/commands/moulberry-bush/giveawayPing.ts
@@ -1,8 +1,8 @@
-import { AllowedMentions, BushCommand, clientSendAndPermCheck, emojis, mappings, type CommandMessage } from '#lib';
+import { AllowedMentions, BotCommand, clientSendAndPermCheck, emojis, mappings, type CommandMessage } from '#lib';
import assert from 'assert/strict';
import { PermissionFlagsBits } from 'discord.js';
-export default class GiveawayPingCommand extends BushCommand {
+export default class GiveawayPingCommand extends BotCommand {
public constructor() {
super('giveawayPing', {
aliases: ['giveaway-ping', 'giveaway-pong'],
diff --git a/src/commands/moulberry-bush/moulHammer.ts b/src/commands/moulberry-bush/moulHammer.ts
index 7bb514e..0407428 100644
--- a/src/commands/moulberry-bush/moulHammer.ts
+++ b/src/commands/moulberry-bush/moulHammer.ts
@@ -1,16 +1,8 @@
-import {
- BushCommand,
- clientSendAndPermCheck,
- colors,
- mappings,
- type ArgType,
- type CommandMessage,
- type SlashMessage
-} from '#lib';
+import { BotCommand, clientSendAndPermCheck, colors, mappings, type ArgType, type CommandMessage, type SlashMessage } from '#lib';
import assert from 'assert/strict';
import { ApplicationCommandOptionType, EmbedBuilder, PermissionFlagsBits } from 'discord.js';
-export default class MoulHammerCommand extends BushCommand {
+export default class MoulHammerCommand extends BotCommand {
public constructor() {
super('moulHammer', {
aliases: ['moul-hammer'],
diff --git a/src/commands/moulberry-bush/neuRepo.ts b/src/commands/moulberry-bush/neuRepo.ts
index 4baae7d..d8eb7ed 100644
--- a/src/commands/moulberry-bush/neuRepo.ts
+++ b/src/commands/moulberry-bush/neuRepo.ts
@@ -1,4 +1,4 @@
-import { BushCommand, clientSendAndPermCheck, type ArgType, type CommandMessage, type SlashMessage } from '#lib';
+import { BotCommand, clientSendAndPermCheck, type ArgType, type CommandMessage, type SlashMessage } from '#lib';
import canvas from '@napi-rs/canvas';
import {
ApplicationCommandOptionType,
@@ -11,7 +11,7 @@ import { join } from 'path';
import tinycolor from 'tinycolor2';
import { formattingInfo, RawNeuItem } from '../../../lib/utils/Minecraft.js';
-export default class NeuRepoCommand extends BushCommand {
+export default class NeuRepoCommand extends BotCommand {
public static items: { name: string; id: string }[] = [];
public constructor() {
diff --git a/src/commands/moulberry-bush/report.ts b/src/commands/moulberry-bush/report.ts
index d0c4f33..8eb412c 100644
--- a/src/commands/moulberry-bush/report.ts
+++ b/src/commands/moulberry-bush/report.ts
@@ -1,6 +1,6 @@
import {
AllowedMentions,
- BushCommand,
+ BotCommand,
clientSendAndPermCheck,
colors,
emojis,
@@ -13,7 +13,7 @@ import { stripIndent } from '#tags';
import assert from 'assert/strict';
import { ApplicationCommandOptionType, EmbedBuilder, PermissionFlagsBits } from 'discord.js';
-export default class ReportCommand extends BushCommand {
+export default class ReportCommand extends BotCommand {
public constructor() {
super('report', {
aliases: ['report'],
diff --git a/src/commands/moulberry-bush/rule.ts b/src/commands/moulberry-bush/rule.ts
index ab5500d..5f2155f 100644
--- a/src/commands/moulberry-bush/rule.ts
+++ b/src/commands/moulberry-bush/rule.ts
@@ -1,7 +1,7 @@
import {
AllowedMentions,
Arg,
- BushCommand,
+ BotCommand,
clientSendAndPermCheck,
mappings,
type CommandMessage,
@@ -67,7 +67,7 @@ const rules = [
}
];
-export default class RuleCommand extends BushCommand {
+export default class RuleCommand extends BotCommand {
public constructor() {
super('rule', {
aliases: ['rule', 'rules'],
diff --git a/src/commands/moulberry-bush/serverStatus.ts b/src/commands/moulberry-bush/serverStatus.ts
index cde3f04..709de26 100644
--- a/src/commands/moulberry-bush/serverStatus.ts
+++ b/src/commands/moulberry-bush/serverStatus.ts
@@ -1,7 +1,7 @@
-import { BushCommand, clientSendAndPermCheck, colors, emojis, type CommandMessage } from '#lib';
+import { BotCommand, clientSendAndPermCheck, colors, emojis, type CommandMessage } from '#lib';
import { EmbedBuilder, PermissionFlagsBits } from 'discord.js';
-export default class ServerStatusCommand extends BushCommand {
+export default class ServerStatusCommand extends BotCommand {
public constructor() {
super('serverStatus', {
aliases: ['server-status', 'ss'],
diff --git a/src/commands/moulberry-bush/solved.ts b/src/commands/moulberry-bush/solved.ts
index ac7684a..197a3ce 100644
--- a/src/commands/moulberry-bush/solved.ts
+++ b/src/commands/moulberry-bush/solved.ts
@@ -1,7 +1,7 @@
-import { BushCommand, clientSendAndPermCheck, emojis, mappings, type CommandMessage, type SlashMessage } from '#lib';
+import { BotCommand, clientSendAndPermCheck, emojis, mappings, type CommandMessage, type SlashMessage } from '#lib';
import assert from 'assert/strict';
-export default class Solved extends BushCommand {
+export default class Solved extends BotCommand {
public constructor() {
super('solved', {
aliases: ['solved'],