-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.ts
35 lines (35 loc) · 842 Bytes
/
config.ts
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
export default {
discord: {
prefix: '!',
ownerId: '',
token: '',
webhook: {
id: '',
token: '',
},
guild: '',
channels: {
chat: '',
compactChat: '',
advancements: '',
deathMessages: '',
joinsAndLeaves: '',
signDatabase: '',
},
allowlisted_bots: [''],
emotes: {
received: '<:received:1013837993972346970>',
notReceived: '<:not_received:1013831400190922803>',
forbidden: '<:forbidden:1013839595026251867>',
},
},
minecraft: {
version: '1.18.2',
host: '',
port: 25565,
username: '',
password: '',
auth: 'microsoft',
checkTimeoutInterval: 60 * 1000,
},
};