DJS Update, Full Import Cleanup

This commit is contained in:
Dark 2021-07-25 14:32:08 +02:00
parent acb4913495
commit c932269b7d
No known key found for this signature in database
GPG key ID: 384C4B4F5B1E25A8
67 changed files with 119 additions and 144 deletions

View file

@ -1,4 +1,4 @@
import { Client, Collection, Intents, Options, TextChannel } from "discord.js";
import { Client, Intents, TextChannel } from "discord.js";
import fs from "fs";
import yaml from "js-yaml";
import { Knub, PluginError } from "knub";
@ -19,7 +19,7 @@ import { RecoverablePluginError } from "./RecoverablePluginError";
import { SimpleError } from "./SimpleError";
import { ZeppelinGlobalConfig, ZeppelinGuildConfig } from "./types";
import { startUptimeCounter } from "./uptime";
import { errorMessage, isDiscordHTTPError, isDiscordAPIError, successMessage } from "./utils";
import { errorMessage, isDiscordAPIError, isDiscordHTTPError, successMessage } from "./utils";
const fsp = fs.promises;