-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathexampleconfig.ini
102 lines (86 loc) · 2.4 KB
/
exampleconfig.ini
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
[MainConfig]
Discord_API_Token = Put token here
BotOwnerId = Put your id here
BotPrefix = !
EnableBuiltInHelp = False
ErrorTrackingChannelId = 0000000000000000
VerboseLogging = False
[Leveling]
Font = Verdana
[WebUI]
Active = False
ClientID = 0000000000000000
ClientSecret = -- Client secret here --
UseHttps = False
DashboardURL = someurl.com
Port = 8095
[DatabaseCfg]
Database_Host = PSQLDB host
Database_User = --
Database_Password = --
Database = --
[EmbedConfig]
DefaultEmbedColor = 2F84A2
MusicEmbedImageURL = https://cdn.discordapp.com/attachments/0000000000000000/0000000000000000/0000000000000000.png
[ServerConfig]
ServerId = 0000000000000000
StaffRoleName = SomeStaffRole
StaffRoleId = 0000000000000000
ServerNameInitials = TS
ModRoleId = 0000000000000000 // Moderator role id
AdminRoleId = 0000000000000000 // Admin role id
SupportRoleId = 0000000000000000 // Support role id
EventlerRoleId = 0000000000000000 // Eventler role id
TeamAreaCategoryId = 0000000000000000 // ID of Team area category
LogCategoryId = 0000000000000000 // ID of log cat
ModMailCategoryId = 0000000000000000 // ID of Ticket Cat
BanAppealURL = https://someurl.com/
[ModerationConfig]
WarnsToKick = 2
WarnsToBan = 3
WarnExpireDays = 7
WarnsToBanEnabled = True
WarnsToKickEnabled = True
TeamChatId = 0000000000000000
ReportLogId = 0000000000000000
[ImageStore]
FlagImagePath = ./flag_images/
WarnImagePath = ./warn_images/
Domain = i.example.com
[TempVC]
Creation_Category_ID = 0000000000000000
Creation_Channel_ID = 0000000000000000
Default_VC_Name = {fullname}'s Channel
[UtilsConfig]
AutoQuote = False
[AntiRaid]
DateKickActive = false
DateKickDays = 0
DateKickLog = 0000000000000000
[TicketConfig]
SupportLink = https://canary.discord.com/channels/0000000000000000/0000000000000000/0000000000000000
SupportGuild = 0000000000000000
SupportPanelChannel = 0000000000000000
SupportPanelMessage = 0000000000000000
SupportCategoryId = 0000000000000000
LogChannelId = 0000000000000000
TeamRoleId = 0000000000000000
[MusicConfig]
Host = localhost
Port = 2333
Password = youshallnotpass
SkipAndStopButtons = True
RequireDJRole = False
AutoLeaveOnEmptyChannel = True
AutoLeaveOnEmptyChannelDelayActive = False
AutoLeaveOnEmptyChannelDelay = 60
[LinkLens]
Active = False
API-KEY = KEY_HERE
AlertChannel = 0000000000000000
[Logging]
VCMessageLoggingActive = False
VCMessageLoggingWebhookId = 0000000000000000
[WelcomeMessage]
Active = False
ChannelId = 0000000000000000