seasaltsaige / discord-uno

Create and handle an advanced version of UNO! In your very own JavaScript Discord Bot!
Apache License 2.0
14 stars 3 forks source link

[FR] Add options for maximum users #4

Closed EvasiveXkiller closed 3 years ago

EvasiveXkiller commented 3 years ago

Is it able to have more options when creating the game?

For examaple:

const discordUNO = new DiscordUNO({
    maxPlayers: 100,
    autoStart: false,
});

The host must explicitly start the game instead of auto starting too.

Thanks!

seasaltsaige commented 3 years ago

I will see what I can do in the future! I'm currently working on other things, but I'll keep this in mind for sure

EvasiveXkiller commented 3 years ago

Thanks!