BOTへのログインや各情報を取得することができます
const client = Init(token)
Botをログインさせます。tokenはdiscordのdeveloper portalから入手してください
const Guild = GetGuild(client,GuildId)
サーバーIDからGuild情報を取得できます
const Channel = GetChannel(client,ChannelId)
チャンネルIDからChannel情報を取得できます
最終更新 2 年前