mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-10 20:35:02 +00:00
fix discord-api-types imports & usage of removed guild features (#335)
This commit is contained in:
parent
d60d2bc568
commit
7fb0d02adf
6 changed files with 17 additions and 24 deletions
|
@ -1,4 +1,4 @@
|
|||
import { Snowflake } from "discord-api-types";
|
||||
import { Snowflake } from "discord-api-types/v9";
|
||||
import { User, Util } from "discord.js";
|
||||
import * as t from "io-ts";
|
||||
import { automodTrigger } from "../helpers";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue