Skip to content

Commit 0a9b164

Browse files
committed
Remove auto sharding directive
1 parent 76a23cd commit 0a9b164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/discordshell/model/DiscordShellBot.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class DiscordShellBot {
5252

5353
factory DiscordShellBot(String token)
5454
{
55-
final discord.ClientOptions options = new discord.ClientOptions(autoShard: false, forceFetchMembers: false);
55+
final discord.ClientOptions options = new discord.ClientOptions(forceFetchMembers: false);
5656
return new DiscordShellBot.fromBot(token, new discord.Nyxx(token, options: options, ignoreExceptions: false));
5757
}
5858
}

0 commit comments

Comments
 (0)