-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathchannels.example.yml
More file actions
112 lines (104 loc) · 2.81 KB
/
channels.example.yml
File metadata and controls
112 lines (104 loc) · 2.81 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
- name: Information
channels:
- name: welcome-and-rules
use_case: rules
permissions:
everyone:
read_messages: true
send_messages: false
- name: announcements
use_case: announce
permissions:
everyone:
send_messages: false
blueshirt:
read_messages: true
send_messages: true
- name: blog
topic: Posts from the Student Robotics blog.
use_case: feed
- name: Support
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 🐝
overwrites:
everyone:
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
- 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
channels:
- name: general
topic: "General discussion about Student Robotics. Use #support for support queries and #off-topic for other things."
- name: say-hello
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
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
channels:
- name: bot-spam
- name: community-updates
topic: Discord community updates
use_case: discord
# Do not change the category below. It is populated automatically when users join.
- name: Welcome
channels: [ ]