fix: Crash
This commit is contained in:
parent
86e8d2582e
commit
6dc0f3ca8d
2 changed files with 1 additions and 8 deletions
|
@ -2,7 +2,7 @@ import { Client, Message } from "revolt.js";
|
|||
import { commandHandler } from "./utils/commandHandler"
|
||||
import { nonCommandHandler } from "./utils/nonCommandHandler"
|
||||
import config from "../config.json"
|
||||
const client : Client = new Client();
|
||||
const client : Client = new Client({ eagerFetching: false });
|
||||
|
||||
|
||||
client.on("ready", async () => {
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
export interface AlterModel {
|
||||
id?: number;
|
||||
owner: string;
|
||||
prefix: string;
|
||||
name: string;
|
||||
profile_pic_url: string;
|
||||
}
|
Loading…
Reference in a new issue