-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathchannels.yml
More file actions
138 lines (130 loc) · 3.43 KB
/
channels.yml
File metadata and controls
138 lines (130 loc) · 3.43 KB
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
# When renaming channels, you must set an `old_names` attribute in the channel definition
# listing the previous names of the channel.
- name: Information
permissions:
verified:
read_messages: true
channels:
- name: welcome-and-rules
use_case: rules
permissions:
everyone:
read_messages: true
send_messages: false
add_reactions: false
- name: announcements
channel_type: news
permissions:
everyone:
send_messages: false
blueshirt:
read_messages: true
send_messages: true
- name: blog
channel_type: news
topic: Posts from the Student Robotics blog.
use_case: feed
- name: Support
permissions:
verified:
read_messages: true
channels:
- name: support
channel_type: forum
tags:
- name: Rules
emoji: 📜
- name: Kit
emoji: 🧰
- name: Programming
emoji: 👩💻
- name: Simulator
emoji: 🐞
- name: Competition
emoji: 🏆
- name: Challenges
emoji: 🏅
- name: Microgames
emoji: 🔬
- name: Other
emoji: ❓
- name: Resolved
emoji: ✅
default_reaction_emoji: ":me2:"
- name: Blueshirt Zone 🐝
permissions:
everyone:
read_messages: false
send_messages: false
verified:
read_messages: false
send_messages: false
blueshirt:
read_messages: true
send_messages: true
channels:
- name: audit-log
use_case: audit
- name: blueshirt-onboarding
permissions:
unverified_blueshirt:
read_messages: true
read_message_history: true
- name: blueshirt-banter
- name: blueshirt-serious-business
topic: A place to discuss what to do with cases on Discord
- name: team-stats
use_case: stats
- name: blueshirt-banter
channel_type: voice
- name: Social
permissions:
verified:
read_messages: true
channels:
- name: general
topic: "General discussion about Student Robotics. Use #support for support queries and #off-topic for other things."
- name: say-hello
use_case: announce
topic: Hello there!
- name: off-topic
topic: Off-topic tech chat
- name: teams-on-the-web
topic: A place to show off your team blogs and videos
- name: Team Supervisors Only
channels:
- name: team-supervisors
topic: Channel for just team supervisors. Competitor-free.
permissions:
everyone:
read_messages: false
send_messages: false
verified:
read_messages: false
send_messages: false
blueshirt:
read_messages: true
send_messages: true
supervisor:
read_messages: true
send_messages: true
# Do not change the two categories below. They are populated with /team commands.
# The name is used to identify the category, if changed, it must also update in constants.py
- name: Team Channels
channels: [ ]
- name: Team Voice Channels
channels: [ ]
- name: Admin Zone
permissions:
everyone:
read_messages: false
channels:
- name: bot-spam
- name: community-updates
topic: Discord community updates
use_case: discord
- name: example-channel
- name: example-channel-2
# Do not change the category below. It is populated automatically when users join.
- name: Welcome
channels: [ ]