Skip to content

Commit 8893e44

Browse files
committed
align readme and discord command docs
1 parent 62cd6e6 commit 8893e44

22 files changed

+76
-76
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ Invite link: [bot.2b2t.vc](https://bot.2b2t.vc)
2424
* `/priodata` -> Dumps a JSON list of all players who currently have priority queue (probably)
2525
* `/stats` -> Prints a player's stats on 2b2t
2626
* `/wordcount` -> Counts how many times a word has been seen in chat
27-
* `/watch` -> DM Notifications on player joins, leaves, deaths, or kills
28-
* `/watch-guild` -> Discord server channel notifications on player joins, leaves, deaths, or kills
27+
* `/watch` -> DM Notifications on player joins, leaves, deaths, kills, and chats
28+
* `/watch-guild` -> Discord server channel notifications on player joins, leaves, deaths, kills, and chats

src/main/resources/commands/chats.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "chats",
3-
"description": "Gets a player's chat history",
3+
"description": "Searches chats by player, word, and date",
44
"options": [
55
{
66
"name": "player",
7-
"description": "The player to get the chat history of",
7+
"description": "Player",
88
"type": 3,
99
"required": false
1010
},
1111
{
1212
"name": "word",
13-
"description": "The word to search",
13+
"description": "Word",
1414
"type": 3,
1515
"required": false
1616
},
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"name": "commands",
3-
"description": "Lists commands the bot supports"
3+
"description": "Lists all commands and their description"
44
}

src/main/resources/commands/connections.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "connections",
3-
"description": "Gets a player's join and leave events on 2b2t",
3+
"description": "Prints a player's join/leave history",
44
"options": [
55
{
66
"name": "player",
7-
"description": "The player to get the join and leave events for",
7+
"description": "Player",
88
"type": 3,
99
"required": true
1010
},

src/main/resources/commands/data.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "data",
3-
"description": "Gets a dump of all a player's data on 2b2t",
3+
"description": "Dumps all data on a player as a CSV file",
44
"options": [
55
{
66
"name": "player",
7-
"description": "The player to get the data for",
7+
"description": "Player",
88
"type": 3,
99
"required": true
1010
}

src/main/resources/commands/deaths.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "deaths",
3-
"description": "Gets a player's deaths",
3+
"description": "Prints a player's death history",
44
"options": [
55
{
66
"name": "player",
7-
"description": "The player to get deaths for",
7+
"description": "Player",
88
"type": 3,
99
"required": true
1010
},
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"name": "deathsmonth",
3-
"description": "Top deaths counts in the last 30 days"
3+
"description": "Leaderboard for top deaths in the last 30 days"
44
}

src/main/resources/commands/kills.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "kills",
3-
"description": "Gets kills by a player",
3+
"description": "Prints a player's kill history",
44
"options": [
55
{
66
"name": "player",
7-
"description": "The player to get kills for",
7+
"description": "Player",
88
"type": 3,
99
"required": true
1010
},
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"name": "killsmonth",
3-
"description": "Top kills counts in the last 30 days"
3+
"description": "Leaderboard for top kills in the last 30 days"
44
}

src/main/resources/commands/livechat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "livechat",
3-
"description": "Configures the live chat feature",
3+
"description": "Configures a live chat feed channel in your server",
44
"options": [
55
{
66
"name": "enable",

0 commit comments

Comments
 (0)