This repository was archived by the owner on Feb 3, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgeneral-settings.json
More file actions
64 lines (63 loc) · 2.25 KB
/
general-settings.json
File metadata and controls
64 lines (63 loc) · 2.25 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"channels": {
"xp": "bot-commands",
"rules": "rules",
"news": "ankündigungen",
"logs": "logs",
"ads": "stellenausschreibungen",
"createChannel": "🔊 Neuer Voicechannel",
"mealPlan": "899606239804268545"
},
"colors": {
"blue": "#4200ff",
"lightblue": "#FFFFF",
"green": "#28823d",
"red": "#cf0a0a"
},
"roles": {
"staffrole": "Administration",
"semestermodrole": "semestermod",
"verified": "Student",
"mealplannotify": "mensaplan"
},
"settings": {
"adstimeout": 2147483647,
"CharsForLevel": 200,
"postMealplan": 1,
"mealplan": "http://www.max-manager.de/daten-extern/augsburg/pdf/wochenplaene/hs-kempten/aktuell.pdf",
"mealplanpdfpath": "/home/akgaming/discord/faculty/usability-bot/mealplan.pdf",
"mealplancheck": 1,
"mealplandaycheck": 1,
"mealplanhourscheck": 8,
"mealplansettings": {
"density": 400,
"quality": 100,
"saveFilename": "mensaplan",
"savePath": "./",
"format": "png",
"width": 768,
"height": 512
}
},
"RSSsettings": {
"rssChannels": [
"1087740850395693096",
"1087742021684449320",
"1087742288706404454",
"1087742576213368852",
"1087743074500878346",
"1087743506010873856"
],
"postRSS": 1,
"RSSURLs": [
"https://infotresen.if.hs-kempten.de/dokuwiki/lib/plugins/feed/feed.php?plugin=tag&fn=getTopic&ns=announcements&tag=IF+BA+ALL&title=Thema",
"https://infotresen.if.hs-kempten.de/dokuwiki/lib/plugins/feed/feed.php?plugin=tag&fn=getTopic&ns=announcements&tag=GE+BA+ALL&title=Thema",
"https://infotresen.if.hs-kempten.de/dokuwiki/lib/plugins/feed/feed.php?plugin=tag&fn=getTopic&ns=announcements&tag=WK+BA+ALL&title=Thema",
"https://infotresen.if.hs-kempten.de/dokuwiki/lib/plugins/feed/feed.php?plugin=tag&fn=getTopic&ns=announcements&tag=GP+MED+BA+ALL&title=Thema",
"https://infotresen.if.hs-kempten.de/dokuwiki/lib/plugins/feed/feed.php?plugin=tag&fn=getTopic&ns=announcements&tag=MI+MA+ALL&title=Thema",
"https://infotresen.if.hs-kempten.de/dokuwiki/lib/plugins/feed/feed.php?plugin=tag&fn=getTopic&ns=announcements&tag=GEVC+MA+MG+ALL&title=Thema"
],
"RSSCheckIntervalHours": 1,
"RSSCheckAfterTimeHours": 8
}
}