Skip to content

Commit

Permalink
docs: Update !addfriend & !joingroup commands doc to include new amou…
Browse files Browse the repository at this point in the history
…nt parameter #249
  • Loading branch information
3urobeat committed Jan 5, 2025
1 parent 982f046 commit ee79d32
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/wiki/commands_doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@ This is the full documentation of all commands. Most commands have aliases but s
| !group | No arguments | Sends an invite or responds with the group link set as yourgroup in the config. |
| !abort | `ID` | Abort your own comment process or one on another ID you have started. Owners can also abort requests started by other users. |
| !resetcooldown | `profileid` or `global` | Clear your, the profileid's or the comment cooldown of all bot accounts (global). Alias: !rc (Owner only.) |
| !settings | `config key` `new value` | Change a value in the config. (Owner only.) |
| !settings | `configKey newValue` | Change a value in the config. (Owner only.) |
| !lang | `language` | Set a language which the bot will use to respond to you. This setting is per-user. Provide no argument to get a list of all supported languages. |
| !failed | `ID` | See the exact errors of the last comment request on your profile or provide an ID to see the errors of the last request you started. Owners can also view errors for requests started by other users. |
| !sessions | No arguments | Displays all active requests. Alias: !requests (Owner only.) |
| !mysessions | No arguments | Displays all active requests that you have started. Alias: !myrequests |
| !about | No arguments | Displays information about this project. The message also contains a disclaimer as well as a link to the owner's profile set in the config.json. |
| !addfriend | `profileid` | Adds the profileid with all bot accounts. Requires unlimited accounts! (Owner only.) |
| !addfriend | `amount profileid` | Adds the profileid with amount/all available bot accounts. Requires unlimited accounts! (Owner only.) |
| !unfriend | `profileid` | Unfriends a user from all logged in accounts. (Owner only.) Providing no argument will let all bots unfriend you. (Available to normal users) |
| !unfriendall | `"abort"` | Unfriends everyone with all bot accounts. (Owner only.) |
| !joingroup | `groupid64` or `group url` | Joins a Steam Group with all bot accounts. (Owner only.) |
| !joingroup | `amount groupid64` or `amount groupUrl` | Joins a Steam Group with amount/all available bot accounts. (Owner only.) |
| !leavegroup | `groupid64` or `group url` | Leaves a group with all bot accounts. (Owner only.) |
| !leaveallgroups | `"abort"`      | Leaves all groups with all bot accounts. (Owner only.) |
| !block | `profileid`      | Blocks a user with all bot accounts on Steam. (Owner only.) |
Expand All @@ -44,9 +44,9 @@ This is the full documentation of all commands. Most commands have aliases but s
| !reload | No arguments | Reloads all commands and plugins without needing to restart. Please only use it for testing/development. Alias: !rl (Owner only.) |
| !restart | No arguments | Restarts the bot and checks for available updates. Alias: !rs (Owner only.) |
| !stop | No arguments | Stops the bot. (Owner only.) |
| !update | `true` | Checks for an available update and installs it if automatic updates are enabled and no requests are active. 'true' forces an update. Blocks new requests if it currently waits for one to be completed. (Owner only.) |
| !update | `true` | Checks for an available update and installs it if automatic updates are enabled and no requests are active. 'true' forces an update. Blocks new requests if it currently waits for one to be completed. (Owner only.) |
| !log | No arguments | Shows the last 15 lines of the log. (Owner only.) |
| !eval | `javascript code` | Disabled by default, needs to be toggled on with `enableevalcmd` in config.json.<h4>**Warning!** This will run any javascript code that was provided. It is strongly advised to leave this feature off unless you know exactly what this means! If you have multiple owners configured they can also run code on **your** machine!</h4> (Owner only.) |
| !eval | `javascriptCode` | Disabled by default, needs to be toggled on with `enableevalcmd` in config.json.<h4>**Warning!** This will run any javascript code that was provided. It is strongly advised to leave this feature off unless you know exactly what this means! If you have multiple owners configured they can also run code on **your** machine!</h4> (Owner only.) |
| !manage | `mode argument` | Interact with the manage module to administrate the active set of bot accounts (add, remove, filter). Run the command without `mode` or `argument` to display help. (Owner only.) |

&nbsp;
Expand Down

0 comments on commit ee79d32

Please sign in to comment.