-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathids.rs
36 lines (31 loc) · 1.53 KB
/
ids.rs
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
/*
amFOSS Daemon: A discord bot for the amFOSS Discord server.
Copyright (C) 2024 amFOSS
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
/// Points to the Embed in the #roles channel.
pub const ROLES_MESSAGE_ID: u64 = 1298636092886749294;
// Role IDs
pub const ARCHIVE_ROLE_ID: u64 = 1208457364274028574;
pub const MOBILE_ROLE_ID: u64 = 1298553701094395936;
pub const SYSTEMS_ROLE_ID: u64 = 1298553801191718944;
pub const AI_ROLE_ID: u64 = 1298553753523453952;
pub const RESEARCH_ROLE_ID: u64 = 1298553855474270219;
pub const DEVOPS_ROLE_ID: u64 = 1298553883169132554;
pub const WEB_ROLE_ID: u64 = 1298553910167994428;
// Channel IDs
pub const GROUP_ONE_CHANNEL_ID: u64 = 1225098248293716008;
pub const GROUP_TWO_CHANNEL_ID: u64 = 1225098298935738489;
pub const GROUP_THREE_CHANNEL_ID: u64 = 1225098353378070710;
pub const GROUP_FOUR_CHANNEL_ID: u64 = 1225098407216156712;
pub const STATUS_UPDATE_CHANNEL_ID: u64 = 764575524127244318;
pub const THE_LAB_CHANNEL_ID: u64 = 1208438766893670451;