Skip to content

Commit

Permalink
removed old json example
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyTech6 committed Sep 19, 2024
1 parent c7902c6 commit 66cc8e8
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,6 @@ You give each KeyResponse a "Key" and a "Response". Players can query for the ke
* Set your preferred prefix in the cfg file (i.e. **?**discord)

```json
[
{
"Key": "discord", // The key players input
"Response": "Join our discord at discord.gg/RBPesMj", // what the server responds with
"IsGlobal": true, // global will broadcast to everyone, false it will be private only
"IsAdmin": false // these commands can only be triggered by admins (a trusted list is also maintained if you want specified users to access them; always global)
"GlobalCooldownMinutes": 30, // how often in minutes should it be broadcast global? If it is spammed, subsequential requests will be displayed only to requester
"GlobalLastUsed": "0001-01-01T00:00:00" // do not touch this
}
]

[
{
"Key": "discord", // The key players input
Expand Down

0 comments on commit 66cc8e8

Please sign in to comment.