You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Go to discord (restart discord if you were already in it)
90
90
- You should see welcome messages on channels you configured in the config file and be able to communicate with the bot using command defined in previous section
@@ -138,7 +138,7 @@ Description=Discord Bot Linux Monitor Service
Copy file name to clipboardExpand all lines: discordbotlinuxmonitor/__main__.py
+5-7Lines changed: 5 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ def main() -> None:
11
11
12
12
# Define available arguments
13
13
parser.add_argument('--config_file', type=str, required=True, help='Path to the configuration file (must be a JSON file)')
14
-
parser.add_argument('--force_sync_on_startup', type=bool, required=True, help='Force discord command synchronization on startup (do it only the first time, because after, you will have a discord command to do it if really needed)')
14
+
parser.add_argument('--force_sync_on_startup', action='store_true', help='Force discord command synchronization on startup (do it only the first time, because after, you will have a discord command to do it if really needed)')
0 commit comments