Skip to content

Commit 6e4f177

Browse files
committed
Examples
1 parent ccc8b5c commit 6e4f177

File tree

4 files changed

+57
-0
lines changed

4 files changed

+57
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[
2+
{
3+
"Title": "Discord",
4+
"Description": "Command for Discord link",
5+
"Command": "discord,dc,Discord", // User can type !discord or /discord, !dc or /dc and !Discord or /discord in chat
6+
"Message": "{PREFIX}Discord: https://discord.gg/Z9JfJ9Y57C",
7+
"PrintTo": 0
8+
}
9+
]

Examples/NewLines.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[
2+
{
3+
"Title": "Steam group",
4+
"Description": "Link for steam groups",
5+
"Command": "steam,group,steamgroup",
6+
"Message": "{PREFIX}Steamgroup: \nhttps://steamcommunity.com/groups/OrizonSurf", // \n is a new line
7+
"PrintTo": 0
8+
},
9+
{
10+
"Title": "Numbers",
11+
"Description": "From one to ten",
12+
"Command": "numbers",
13+
"Message": "1\n2\n3\n4\n5\n6\n7\n8\n9\n10",
14+
"PrintTo": 0
15+
}
16+
]

Examples/SimpleCommands.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[
2+
{
3+
"Title": "Ping",
4+
"Description": "Send back Pong! to the user",
5+
"Command": "ping", // User types !ping or /ping in chat | The slash hides the input from a user in chat
6+
"Message": "Pong!",
7+
"PrintTo": 0
8+
}
9+
{
10+
"Title": "Rainbow",
11+
"Description": "rainbow command",
12+
"Command": "rainbow",
13+
"Message": "{RED}RAINBOW", // \n is a new line
14+
"PrintTo": 0
15+
}
16+
]

Examples/TagsAndColor.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[
2+
{
3+
"Title": "Rainbow",
4+
"Description": "rainbow command",
5+
"Command": "rainbow",
6+
"Message": "{RED}R{LIGHTRED}AINBOW", // \n is a new line
7+
"PrintTo": 0
8+
},
9+
{
10+
"Title": "Colors",
11+
"Description": "Command for Discord",
12+
"Command": "colors",
13+
"Message": "{DEFAULT}1, {WHITE}2 \n {DARKRED}3, {RED}4, {LIGHTRED}5\n {GREEN}6, {LIME}7, {OLIVE}8\n {ORANGE}9, {GOLD}10, {YELLOW}11\n {BLUE}12, {DARKBLUE}13\n {LIGHTPURPLE}14 {PURPLE}15 \n, {GREY}18",
14+
"PrintTo": 0
15+
}
16+
]

0 commit comments

Comments
 (0)