File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343 "dotenv" : " ^17.2.1" ,
4444 "ejs" : " ^3.1.10" ,
4545 "express" : " ^5.1.0" ,
46- "js-yaml" : " ^4.1.0" ,
47- "marked" : " ^16.2.0" ,
4846 "moment" : " ^2.30.1" ,
4947 "ms" : " ^2.1.3" ,
5048 "multer" : " 2.0.2" ,
51- "ngrok" : " ^5.0.0-beta.2" ,
5249 "node-fetch" : " ^3.3.2" ,
5350 "node-gyp" : " ^11.4.1" ,
5451 "node-superfetch" : " ^0.3.5" ,
5552 "nodemon" : " ^3.1.10" ,
56- "ollama" : " ^0.5.17" ,
5753 "prisma" : " ^6.14.0" ,
58- "punycode" : " ^2.3.1" ,
5954 "rss-parser" : " ^3.13.0" ,
6055 "short-uuid" : " ^5.2.0" ,
6156 "socket.io" : " ^4.8.1" ,
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ import {
1010 PresenceStatusData ,
1111 PresenceUpdateStatus
1212} from "discord.js" ;
13- import { connect } from "mongoose" ;
1413import { loadEventsAPI } from "../api/eventsAPI/EventsAPI.js" ;
1514import { loadButtons } from "../handler/files/buttons.js" ;
1615import { loadCommands } from "../handler/files/commands.js" ;
Original file line number Diff line number Diff line change 11import { Client , Collection , type Snowflake } from "discord.js" ;
2- import { Ollama } from "ollama" ;
32import { TrackedInviteData , VanityInviteData } from "../systems/inviteTracker/inviteTrackerTypes.js" ;
43import { DisBotInteraction } from "./interaction.js" ;
54import { Logger } from "../main/logger.js" ;
6- import { PrismaClient } from "prisma/index.js" ;
75
86export interface ExtendedClient extends Client {
97 filters : Collection < string , any > ;
@@ -17,7 +15,6 @@ export interface ExtendedClient extends Client {
1715 modals ?: Collection < string , DisBotInteraction > ;
1816 events ?: Collection < string , DisBotInteraction > ;
1917 cooldowns ?: Collection < any , any > ;
20- aiAPI ?: Ollama ;
2118 defaultEmbedColor : "#2B2D31" ;
2219 cache : Collection < string , { } > ;
2320 inviteTracker : {
You can’t perform that action at this time.
0 commit comments