mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 11:28:15 +00:00
fix(handlers): add missing imports (#724)
* Update GUILD_EMOJIS_UPDATE.ts * fix imports Co-authored-by: ayntee <ayyantee@gmail.com>
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { RequestManager } from "../../rest/request_manager.ts";
|
||||
import { DiscordFollowedChannel } from "../../types/mod.ts";
|
||||
import { endpoints } from "../../util/constants.ts";
|
||||
import { requireBotChannelPermissions } from "../../util/permissions.ts";
|
||||
|
||||
@@ -14,7 +15,7 @@ export async function followChannel(
|
||||
{
|
||||
webhook_channel_id: targetChannelId,
|
||||
},
|
||||
)) as FollowedChannelPayload;
|
||||
)) as DiscordFollowedChannel;
|
||||
|
||||
return data.webhook_id;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user