mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-16 14:11:50 +00:00
Missing ThreadChannel support
This commit is contained in:
parent
d60d2bc568
commit
b1df099e76
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
import { GuildPluginData } from "knub";
|
import { GuildPluginData } from "knub";
|
||||||
import { InternalPosterPluginType } from "../types";
|
import { InternalPosterPluginType } from "../types";
|
||||||
import { AnyChannel, GuildChannel, MessageManager, NewsChannel, Permissions, TextChannel } from "discord.js";
|
import { AnyChannel, GuildChannel, MessageManager, NewsChannel, Permissions, TextChannel, ThreadChannel } from "discord.js";
|
||||||
import { isDiscordAPIError } from "../../../utils";
|
import { isDiscordAPIError } from "../../../utils";
|
||||||
|
|
||||||
type WebhookInfo = [id: string, token: string];
|
type WebhookInfo = [id: string, token: string];
|
||||||
|
|
Loading…
Add table
Reference in a new issue