-
Notifications
You must be signed in to change notification settings - Fork 17
/
docker_config.toml
103 lines (89 loc) · 3.23 KB
/
docker_config.toml
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
103
website_url = "https://duckhunt.me/"
[bot]
prefixes = ["duckhunt", "dh!", "dh", "Dh", "Dh!", "dH!", "dH", "DH!", "DH"]
description = """Discord Version 4 of DuckHunt, the popular game bot"""
playing = "Ducks are everywhere"
commands_are_case_insensitive = true
[database]
# A postgreSQL database to store information about users, channels, and guilds
# Please ensure the database exist before loading the database modules
# Quick Start : https://medium.com/coding-blocks/creating-user-database-and-adding-access-on-postgresql-8bfcd2f4a91e
enable = true
host = ""
port = ""
user = ""
password = ""
database = ""
[duckhunt_public_log]
server_id = 195260081036591104
channel_id = 793563942416416788
[auth.discord]
# Your bot token. You can find it on the Bot page of the Developper portal
token = ""
[cogs]
# Names of cogs to load. Usually cogs.file_name_without_py
# bots_list_and_voting must be loaded before rest_api
cogs_to_load = ['cogs.error_handling',
'cogs.emergencies',
'cogs.monitoring',
'cogs.tags',
'cogs.simple_commands',
'cogs.background_loop',
'cogs.support_server_commands',
'cogs.settings_commands',
'cogs.ducks_spawning_commands',
'cogs.ducks_spawning',
'cogs.ducks_hunting_commands',
'cogs.statistics_experience_commands',
'cogs.community',
'cogs.private_messages_support',
'cogs.random_ducks',
'cogs.inventory_commands',
'cogs.shopping_commands',
'cogs.duck_boss',
'cogs.prestige_commands',
'cogs.bots_list_and_voting',
'cogs.landmines',
'cogs.rest_api',
'cogs.buttons',
'cogs.help_command',
'cogs.balls',
'jishaku',
]
# The name after cogs is the name of the class
[cogs.SimpleCommands]
wiki_url = "https://duckhunt.me/docs/"
[cogs.DuckBoss]
boss_channel_id = 794950988845940768
required_bangs = 40
role_ping_id = 803708518716014652
[cogs.SupportServerCommands]
# That's the ID of your server where the command will be ran
support_server_id = 195260081036591104
# ID of an empty channel that will be used as a status dashboard.
status_channel_id = 795389911163338775
[cogs.Community]
servers = [195260081036591104, 1031204872902676520]
rpg_role_name = "Ping me for RPG bot events"
moderators_that_can_delete_with_reactions = [251996890369884161]
[cogs.PrivateMessagesSupport]
forwarding_category = 821732328018935818
[cogs.RestAPI]
listen_ip = "0.0.0.0"
listen_port = "8080"
route_prefix = "/api"
# Access keys are actually GUIDs/UUIDs.
# You can generate them easily. https://www.uuidgenerator.net/version4
global_access_keys = []
[cogs.Tags]
allowed_in_guilds = [
195260081036591104, # DuckHunt Support Server
734810932529856652, # DuckHunt Beta
819743660895371315, # 765471470347485204's server because they asked nicely
514232441498763279, # Devision server (enhanced discord.py)
758699004044640266, # 570323095542431786 friends server
]
[cogs.BotsListVoting]
statcord_token = "abcdef"
[random_ducks]
assets_path = 'assets/Random Ducks'