Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please fix the Sketchheads activity. #51

Closed
BlueStacks1884 opened this issue Jan 28, 2022 · 3 comments
Closed

Please fix the Sketchheads activity. #51

BlueStacks1884 opened this issue Jan 28, 2022 · 3 comments

Comments

@BlueStacks1884
Copy link

BlueStacks1884 commented Jan 28, 2022

My bot can't recognize the Sketchheads activity since its the only one that doesn't work.
and also, Discord just shut down Doodle Crew.
Code Sample:

client.on('messageCreate', async message => {
  if (message.content === '+gametest') {
      if(message.member.voice.channel) {
   client.discordTogether.createTogetherCode(message.member.voice.channel.id, 'sketchheads').then(async invite => {
    return message.channel.send(`${invite.code}`);
});

Terminal Error:
      throw new SyntaxError('Invalid option !');
            ^

SyntaxError: Invalid option !
@FreshImmuc
Copy link

#46

@Cannicide
Copy link

@BlueStacks1884 The Sketchheads activity will be available in this package once v1.3.3 releases. Sketchheads has been added to the latest version of the master branch of this repository, but the NPM package hasn't been updated to reflect these changes yet.

@RemyK888
Copy link
Owner

RemyK888 commented Feb 7, 2022

Hello, the project has been updated, this option is now available with version 1.3.3
npm i discord-together@latest

@RemyK888 RemyK888 closed this as completed Feb 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants