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
|`/human`|`verify`| Verify your identity with Human Passport | None |
21
+
|`/human`|`status`| Check your Human Passport verification status | None |
22
+
|`/operator`|`chain-info`| Get current chain information including pending/proven blocks, epoch, slot, and current proposer | None |
23
+
|`/operator`|`my-stats`| Check validator statistics |`address` (required): The validator address to check |
24
24
|`/operator`|`register`| Register as a validator and get the Apprentice role |`address` (optional): Your validator address<br>`block-number` (optional): Block number for verification<br>`proof` (optional): Your sync proof |
25
-
|`/operator`|`help`| Display operator commands and instructions | None |
26
-
|`/mod`|`help`| Display all moderator commands and their descriptions in a table | None |
27
-
|`/mod`|`is-in-set`| Check if an address is in the validator set |`address` (required): The validator address to check |
28
-
|`/mod`|`is-attesting`| Check if an address is actively attesting |`address` (required): The validator address to check |
25
+
|`/operator`|`help`| Display operator commands and instructions | None |
26
+
|`/mod`|`help`| Display all moderator commands and their descriptions in a table | None |
27
+
|`/mod`|`is-in-set`| Check if an address is in the validator set |`address` (required): The validator address to check |
28
+
|`/mod`|`is-attesting`| Check if an address is actively attesting |`address` (required): The validator address to check |
29
29
30
30
## Command Restrictions
31
31
@@ -66,9 +66,8 @@ The following environment variables are required:
66
66
-`BOT_TOKEN`: Discord bot token
67
67
-`BOT_CLIENT_ID`: Discord client ID
68
68
-`GUILD_ID`: Discord guild (server) ID
69
-
-`API_URL`: Backend API server URL
70
69
-`MINIMUM_SCORE`: Minimum score required for verification
71
-
-`VITE_APP_API_URL`: Frontend URL for verification links
70
+
-`VITE_APP_API_URL`: API URL for verification links and API
72
71
-`NODE_ENV`: Environment setting, affects command restrictions and behavior
0 commit comments