Skip to content

Commit

Permalink
Added csa alias command
Browse files Browse the repository at this point in the history
  • Loading branch information
Citrinate committed Feb 27, 2024
1 parent aa836c2 commit 4db4cde
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CS2Interface/Commands.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ internal static class Commands {
case "CSTOP" or "CSSTOP" or "CS2STOP":
return ResponseStop(bot, access);

case "CSA":
return ResponseStatus(access, steamID, "ASF");
case "CSTATUS" or "CSSTATUS" or "CS2STATUS":
return ResponseStatus(bot, access);

Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ Command | Access | Description
`cstop [Bots]`|`Master`|Stops the CS2 Interface
`cstatus [Bots]`|`Master`|Displays the status of the CS2 Interface

#### Command Aliases

Command | Alias |
--- | --- |
`cstatus asf`|`csa`

---

### AutoStartCS2Interface
Expand Down

0 comments on commit 4db4cde

Please sign in to comment.