3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-10 04:25:01 +00:00

fix discord-api-types imports & usage of removed guild features (#335)

This commit is contained in:
Almeida 2022-06-26 12:09:27 +01:00 committed by GitHub
parent d60d2bc568
commit 7fb0d02adf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 17 additions and 24 deletions

View file

@ -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";