Activities

YouTube together

const yt = await new Dotwood.youtubeTogether({
    channel: interaction.member.voice.channel,
    token: client.token
});

const embed = interaction.embedSuccess(`[Click here](https://discord.gg/${yt.code}) to start **YouTube Together**`)
interaction.embeds(embed);

Chess in the Park

const chess = await new Dotwood.chess({
    channel: interaction.member.voice.channel,
    token: client.token
});

const embed = interaction.embedSuccess(`[Click here](https://discord.gg/${chess.code}) to start **Chess in the Park**`)
interaction.embeds(embed);

Fishington.io

const fishington = await new Dotwood.fishington({
    channel: interaction.member.voice.channel,
    token: client.token
});

const embed = interaction.embedSuccess(`[Click here](https://discord.gg/${fishington.code}) to start **Fishington.io**`)
interaction.embeds(embed);

Poker Night

const poker = await new Dotwood.poker({
    channel: interaction.member.voice.channel,
    token: client.token
});

const embed = interaction.embedSuccess(`[Click here](https://discord.gg/${poker.code}) to start **Poker Night**`)
interaction.embeds(embed);

Betrayal.io

const betrayal = await new Dotwood.betrayal({
    channel: interaction.member.voice.channel,
    token: client.token
});

const embed = interaction.embedSuccess(`[Click here](https://discord.gg/${betrayal.code}) to start **Betrayal.io**`)
interaction.embeds(embed);

Last updated