-
Notifications
You must be signed in to change notification settings - Fork 6
/
FunkMan.ini
36 lines (30 loc) · 1.16 KB
/
FunkMan.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
#--------------------------------------------------------------------------------------
# FUNKMAN Config File
# ===================
# The config file consists of multiple section each starting with square brackets.
# [DEFAULT] This sections contains a parameter for debugging:
# [FUNKBOT] This section contains information about the Discord bot parmeters:
# TOKEN: Is the secret (!) token of the bot.
# CHANNELID_MAIN: The main channel ID used for all messages by default.
# CHANNELID_RANGE: (Optional) Channel ID where RANGE messages are send to.
# CHANNELID_AIRBOSS: (Optional) Channel ID where AIRBOSS messages are send to.
#
# [FUNKSOCK] This section contains information about the UDP socket:
# PORT: UDP Port. Default is 10042.
# HOST: Host name. Default is 127.0.0.1.
#
# [FUNKPLOT] This section contains information for plotting images.
# IMAGEPATH: Directory where the necessary images are stored.
#--------------------------------------------------------------------------------------
[DEFAULT]
DEBUGLEVEL=1
[FUNKBOT]
TOKEN=YOUR_BOT_TOKEN_HERE
CHANNELID_MAIN=0
CHANNELID_RANGE=0
CHANNELID_AIRBOSS=0
[FUNKSOCK]
PORT=10042
HOST=127.0.0.1
[FUNKPLOT]
IMAGEPATH=./funkpics/