Skip to content

Commit

Permalink
Not helping at all
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenrac committed Mar 11, 2020
1 parent 769f83a commit f5dfbdb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ def __init__(self, shard_count=None, shard_ids=None, send=None):
shard_ids=shard_ids,
shard_count=shard_count,
status=discord.Status.idle,
fetch_offline_members=False
fetch_offline_members=False,
max_messages=None
)

self.pipe = send
Expand Down

0 comments on commit f5dfbdb

Please sign in to comment.