クライアント

BOTへのログインや各情報を取得することができます

Init

const client = Init(token)

Botをログインさせます。tokenはdiscordのdeveloper portalから入手してください

GetGuild

const Guild = GetGuild(client,GuildId)

サーバーIDからGuild情報を取得できます

GetChannel

const Channel = GetChannel(client,ChannelId)

チャンネルIDからChannel情報を取得できます

最終更新

役に立ちましたか?