Skip to content

Commit

Permalink
add code blocks for json
Browse files Browse the repository at this point in the history
  • Loading branch information
pegasy committed Feb 26, 2019
1 parent 27886a5 commit ec15d4a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 13 deletions.
30 changes: 18 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,26 @@ Here's what you need to know to properly do those things, we will be looking at
You should see something like this, ![Roles snip](https://cdn.discordapp.com/attachments/465059517550428173/549808419251421184/unknown.png)

To add a role, you will be using this format.
### {
### "comment": "",
### "id": "",
### "emoji": "",
### "desc": ""
### }

```json
{
"comment": "",
"id": "",
"emoji": "",
"desc": ""
}
```

after filling it out, it should look something like this
### {
### "comment": "Test",
### "id": "373982567600488459",
### "emoji": "<:test:549809152818675753>",
### "desc": "Example"
### }

```json
{
"comment": "Test",
"id": "373982567600488459",
"emoji": "<:test:549809152818675753>",
"desc": "Example"
}
```

"Comment" is well, a comment so that the other mods know what the role being added is.

Expand Down
3 changes: 2 additions & 1 deletion rules.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# username: Rules
# avatarurl: https://i.imgur.com/S7JEqB9.png

**We are a PC community**


:bangbang: **Server Rules** :bangbang:

:one: **Nicknames**
Expand Down

0 comments on commit ec15d4a

Please sign in to comment.