Skip to content

Commit 99450c6

Browse files
author
xyzjesper
committed
Fixed package not found error
1 parent ff2166b commit 99450c6

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/modules/interactions/events/buttonInteractions.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import {ButtonInteraction, Events, Guild, GuildMember, MessageFlags,} from "discord.js";
2-
import {Error} from "mongoose";
32
import {DisBotInteractionType} from "../../../enums/disBotInteractionType.js";
43
import {GuildPermissionType, PermissionType} from "../../../enums/permissionType.js";
54
import {ExtendedClient} from "../../../types/client.js";

templates/unusedModules/customer/customerDB.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
import { model, Schema } from "mongoose";
2-
3-
1+
/*
42
const customerSchema = new Schema({
53
UserID: String,
64
ExternalUUID: String,
@@ -21,3 +19,4 @@ const customerSchema = new Schema({
2119
2220
2321
export const customerDB = model("customer", customerSchema);
22+
*/

0 commit comments

Comments
 (0)