1.0.3 • Published 3 years ago

discord-stage v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

discord-stage | discord-stage is a package that makes it possible to join stage channels with your application.

Example for member voice channel:

const stage = require("discord-stage");
var channel = message.member.voice.channel;
stage.join(channel);

Example for specific channel:

const stage = require("discord-stage");
var channel = client.channels.cache.get('channel id')
stage.join(channel);

npm install discord-stage

If the package doesn't work, also install => npm i https://github.com/discordjs/discord.js#master

1.0.2

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago