This repository has been archived by the owner on Jul 18, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
messages.json
163 lines (145 loc) · 6.82 KB
/
messages.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
{
"channelHelp": {
"embed": {
"author": {
"name": "** HELP **"
},
"description": "The following help topics are avaialble. Type the command as you see it, example: `!codeblocks`",
"color": 2743241,
"fields": [
{
"name": "**!links**",
"value": "```\n\nProvides a list of useful links and resources```"
},
{
"name": "**!markdown**",
"value": "```\n\nDetails Discords markdown and post formatting```"
},
{
"name": "**!codeblocks**",
"value": "```\n\nHow to post code in discord```"
}
]
}
},
"links": {
"embed": {
"author": {
"name": "** USEFUL LINKS **"
},
"description": "[Website](https://zerotomastery.io) \n[Github](https://zerotomastery.io) \n[Coding Challenge](https://zerotomastery.io) \n[Resources](https://zerotomastery.io)",
"color": 2743241
}
},
"markdown": {
"embed": {
"author": {
"name": "** Markdown **"
},
"description": "Discord uses markdown for basic post styling. Please see <https://gist.github.com/ringmatthew/9f7bbfd102003963f9be7dbcf7d40e51> for more information",
"color": 2743241
}
},
"codeBlocks": {
"embed": {
"author": {
"name": "** CODE BLOCKS **"
},
"image": {
"url": "https://support.discordapp.com/hc/en-us/article_attachments/211601448/HelloWorldForm.png"
},
"description": "Use code blocks for small simple code snippets. Please use codepen for larger snippets \n``` To use a code snippet surround your code with three back ticks```",
"color": 2743241
}
},
"tagging": {
"embed": {
"author": {
"name": "** TAGGING PEOPLE & GROUPS **"
},
"image": {
},
"description": "By using the @ symbol you can mention another user, for example '@Rusty'. \n\n You are also able to tag user roles, for example you could tag the Managment Team using '@Management Team' \n\n ``` ** FAIR WARNING ** \nMentioning a user/group sends a direct notication to a users desktop/mobile device, please use this method responsibly```",
"color": 2743241
}
},
"rules": {
"embed": {
"author": {
"name": "** RULES **",
"url": "https://zerotomastery.io",
"icon_url": "https://cdn.discordapp.com/attachments/433413771982012421/434490807303667713/zeroToMasteryIcon.png"
},
"image": {
"url": "https://cdn.discordapp.com/attachments/433413771982012421/434490807303667713/zeroToMasteryIcon.png"
},
"description": "Welcome to the new and improved Zero to Mastery's Discord Community and we are delighted to have you apart of this amazing community. Moving to discord has been a huge step for the community, but one we feel is the right move. Lifting the limitations and restrictions slack held over the large community base.",
"color": 2743241,
"fields": [
{
"name": "== **Need Help?** ==",
"value": "```\n\nWe appriate that Discord is slightly different from slack and may take some adjusting to. Luckily Rusty is programmed to assist you with the changes in discord. Type 'help' into the chat box below for help topics\n\n```"
},
{
"name": "== **Rules** ==",
"value": "```1. Rule One \n2. Rule2 \n3. Rule 3```"
},
{
"name": "== **Useful Links** ==",
"value": "* [Website](http://zerotomastery.io) \n* [Github](http://zerotomastery.io)"
}
]
}
},
"welcome": {
"embed": {
"author": {
"name": "Zero to Mastery's Discord Community",
"url": "https://zerotomastery.io",
"icon_url": "https://cdn.discordapp.com/attachments/433413771982012421/434490807303667713/zeroToMasteryIcon.png"
},
"image": {
"url": "https://cdn.discordapp.com/attachments/433413771982012421/434490807303667713/zeroToMasteryIcon.png"
},
"description": "Welcome to the new and improved Zero to Mastery's Discord Community and we are delighted to have you apart of this amazing community. Moving to discord has been a huge step for the community, but one we feel is the right move. Lifting the limitations and restrictions slack held over the large community base.",
"color": 2743241,
"fields": [
{
"name": "== **Need Help?** ==",
"value": "```\n\nWe appriate that Discord is slightly different from slack and may take some adjusting to. Luckily Rusty is programmed to assist you with the changes in discord. Type 'help' into the chat box below for help topics\n\n```"
},
{
"name": "== **Rules** ==",
"value": "```1. Rule One \n2. Rule2 \n3. Rule 3```"
},
{
"name": "== **Useful Links** ==",
"value": "* [Website](http://zerotomastery.io) \n* [Github](http://zerotomastery.io)"
}
]
}
},
"dmHelp": {
"embed": {
"author": {
"name": "** HELP TOPICS **"
},
"description": "What would you like to know more about. Type the corresponding number into the chat box.",
"color": 2743241,
"fields": [
{
"name": "1. Code Blocks",
"value": "```How to you code blocks and when to use codepen```"
},
{
"name": "2. Markdown",
"value": "```Using Discords markdown system to style and format posts```"
},
{
"name": "3. Tagging People",
"value": "```Using @ to get users and groups attention in posts```"
}
]
}
}
}