-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.js
More file actions
42 lines (38 loc) · 1.91 KB
/
config.example.js
File metadata and controls
42 lines (38 loc) · 1.91 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
var config = {
botID: '240545475118235648', //bot's user ID
DTserverID: '197038439483310086', //iscord Testers server ID
channels: {
iosChannel: '202491590390841344', //ios text Channel
androidChannel: '232568032394870784', //android text Channel
canaryChannel: '197038744908333066', //canary text Channel
linuxChannel: '238073742624948225', //linux text Channel
modLogChannel: "313746856155021312", //mod log text Channel
bugHunterChannel: '217764019661045761', //bug hunter text Channel
queueChannel: '253923313460445184', //bug approval text channel
deniedBugChannel: '327914056591736834', //denied bug text Channel
allChannels: 'allChannels', //fake channel for everyone
charterChannel: '322142516814282752' //Bug hunter charter channel
},
roles: {
devRole: '197042389569765376', //dev role
hunterRole: '197042209038663680', //bug hunter role
adminRole: '197042322939052032', //admin role
androidAlphaRole: '234838349800538112', //android alpha role
iosTestflightRole: '234838392464998402', //ios testflight role
linuxTesterRole: '278229255169638410', //linux role
trelloModRole: '197400761104203776', //trello mod role
everybodyRole: 'everybody', //fake role for everyone
initiateRole: '332912085577105408' //Bug hunter charter role
},
cards: {
iosCard: '57fd4af58042f56c271d46b3', //ios user report card
androidCard: '57f2a30d861fa9b5816c9717', //android user report card
canaryCard: '5771677fda45a436c5b8d255', //canary user report card
linuxCard: '5846f9f1c7b3c505ea4a56be' //linux user report card
},
emotes: {
greenTick: '312314752711786497', //green tick emote ID
redTick: '312314733816709120' //red tick emote ID
}
}
module.exports = config;