Skip to content

Commit

Permalink
disabilita caching di utenti che entrano nel server, close #68
Browse files Browse the repository at this point in the history
Signed-off-by: cathartyc <[email protected]>
  • Loading branch information
cathartyc committed Nov 20, 2023
1 parent 6320294 commit 1e8e1d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aflbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ def __init__(
help_command=help_command,
description=description,
intents=intents,
member_cache_flags=discord.MemberCacheFlags.none(),
**options)
self.version: str
self.start_time: datetime
Expand Down

0 comments on commit 1e8e1d3

Please sign in to comment.