Skip to content

Commit

Permalink
Set shard_count to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Twixes committed Jun 11, 2020
1 parent 44c5174 commit b00f2de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class Somsiad(commands.AutoShardedBot):
def __init__(self):
super().__init__(
command_prefix=self._get_prefix, help_command=None, description='Zawsze pomocny Somsiad',
case_insensitive=True
case_insensitive=True, shard_count=2
)
if not os.path.exists(self.storage_dir_path):
os.makedirs(self.storage_dir_path)
Expand Down

0 comments on commit b00f2de

Please sign in to comment.