mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-18 23:55:02 +00:00
Possible fix for module error on Node.js 13 and 14
This commit is contained in:
parent
c88ecbd691
commit
cffca426f0
9 changed files with 13 additions and 12 deletions
|
@ -5,7 +5,7 @@ import { GuildAutoReactions } from "../data/GuildAutoReactions";
|
|||
import { Message } from "eris";
|
||||
import { customEmojiRegex, errorMessage, isEmoji } from "../utils";
|
||||
import { CommandInfo, trimPluginDescription, ZeppelinPlugin } from "./ZeppelinPlugin";
|
||||
import DiscordRESTError from "eris/lib/errors/DiscordRESTError"; // tslint:disable-line
|
||||
import DiscordRESTError = require("eris/lib/errors/DiscordRESTError.js"); // tslint:disable-line
|
||||
import * as t from "io-ts";
|
||||
import { GuildLogs } from "../data/GuildLogs";
|
||||
import { LogType } from "../data/LogType";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue