forked from ComparatorCraftSMP/observer-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.example.ts
41 lines (41 loc) · 929 Bytes
/
config.example.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
36
37
38
39
40
41
export const config = {
botOwner: "",
embedColor: "#00a3ff",
clientId: "",
application: {
ticket_category: "",
staff_role: "",
member_role: "",
applicant_role: "",
message: "",
},
plan: { url: "", server: "" },
dynmap: {
url: "",
cmdPerms: {
// use role ids
// list of permissions you can use are found here: https://discord-api-types.dev/api/discord-api-types-payloads/common#PermissionFlagsBits
addMarker: { role_ids: [], permissions: ['SendMessages'] },
deleteMarker: { role_ids: [], permissions: ['ManageChannels'] },
},
},
active_role: {
enabled: false,
role_id: "",
activity: 2,
member_role_id: "",
},
og_role: {
enabled: false,
role_id: "",
joined_before: 0, /* unix timestamp */
member_role_id: "",
},
news: {
enabled: false,
channel_id: "",
category_id: "",
},
guild_id: "",
ip: "",
};