-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathexample_properties.ini
More file actions
29 lines (23 loc) · 1.58 KB
/
example_properties.ini
File metadata and controls
29 lines (23 loc) · 1.58 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
; Keep all the naming as they are, changing it WILL break the program
; If you wan to run the bot, read the text after a # and the README file. Then remove all the # and the text after them.
[TelegramSettings]
token = #the BotMaster will tell you this
group_chat_id = #use the /chatid command
admins = #use the /userid command for this and seperate them with a comma, eg: 123456, 987654, 091837
user_backup_file = users.json # optional, if missing it defaults to users.json
request_method = # either polling or webhook, defaults to polling
; the properties below do not need to be present, they will be defaulted if absent. DELETE THIS LINE!!!!
listen = # ip of the webhook, defaults to 127.0.0.1
port = # port of the webhook, defaults to 80
url_path = # the path of the webhook, defaults to nothing
cert = # Path to the SSL certificate file
key = # Path to the SSL key file
webhook_url = # Explicitly specify the webhook url. Useful behind NAT, reverse proxy, etc. Default is derived from listen, port & url_path
[GameData]
moves_file = parsed_moves.json # optional, if missing it defaults to parsed_moves.json
pokemon_file = parsed_pokemon.json # optional, if missing it defaults to parsed_pokemon.json
current_raid_bosses = #the names of the raids you want to add, seperate with a comma, eg: Groudon, Mewtwo, Swablu
raid_duration = #the amount of minutes a raid lasts (without egg!), currently 45
raid_backup_file = raids.json # optional, if missing it defaults to raids.json. You can name this anything you want
[PokeHuntAPI]
region = #the region from where you want to pull the data, currently not working