Merge branch 'aiko-chan-ai:main' into main

This commit is contained in:
Vaibhav
2023-02-21 09:28:22 +00:00
committed by GitHub
13 changed files with 865 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ const { Error } = require('../errors');
class NewsChannel extends BaseGuildTextChannel {
/**
* Adds the target to this channel's followers.
* <info>If you need the created webhook id, use {@link GuildChannelManager#addFollower}.</info>
* @param {TextChannelResolvable} channel The channel where the webhook should be created
* @param {string} [reason] Reason for creating the webhook
* @returns {Promise<NewsChannel>}