generated from nhcarrigan/template
fix: use logger everywhere?
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { PrismaClient, configs } from "@prisma/client";
|
||||
import { Client, WebhookClient } from "discord.js";
|
||||
import { Client } from "discord.js";
|
||||
|
||||
import { Command } from "./Command";
|
||||
import { Context } from "./Context";
|
||||
@@ -7,7 +7,6 @@ import { Context } from "./Context";
|
||||
export interface ExtendedClient extends Client {
|
||||
env: {
|
||||
token: string;
|
||||
debugHook: WebhookClient;
|
||||
mongoUri: string;
|
||||
devMode: boolean;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user