Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 1.9 KB

README.md

File metadata and controls

54 lines (38 loc) · 1.9 KB

rsb-channels

Editing text channels

Open and edit the .md file for the channel you want to edit

The file gets split into seperate messages by the ---
Each section gets trimmed of any blank rows in the beginning and end of the section (message).
Sections starting with ![ will be treated as an image only message (first image will be used, rest of section discarded).

Editing roles channels

First click on the roles.json file
You will be directed to the edit page where you are able to add, delete, edit the file.
Image from Gyazo

Here's what you need to know to properly do those things, we will be looking at this snip as an example (https://www.youtube.com/watch?v=dQw4w9WgXcQ)

You should see something like this, Roles snip

To add a role, you will be using this format.

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

after filling it out, it should look something like this

{
  "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.

"ID" is the role itself, you can find the role id by simply saying "/roleinfo @role" role id

"Emoji" is found by putting a \ before the emote. Image from Gyazo

"Desc" is just a description for roles that aren't self explanatory.

When adding a few lines for the role, make sure to add in a comma on the role above. adding role comma