We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 211d0c9 commit 324bb5fCopy full SHA for 324bb5f
1 file changed
discordanalytics/client.py
@@ -185,7 +185,7 @@ async def init(self):
185
print("[DISCORDANALYTICS] Instance successfully initialized")
186
187
if self.debug:
188
- if "--dev" in sys.argv:
+ if "--fast" in sys.argv:
189
print("[DISCORDANALYTICS] Fast mode is enabled. Stats will be sent every 30s.")
190
else:
191
print("[DISCORDANALYTICS] Fast mode is disabled. Stats will be sent every 5 minutes.")
0 commit comments