-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
59 lines (50 loc) · 1.47 KB
/
Copy pathconfig.toml
File metadata and controls
59 lines (50 loc) · 1.47 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
version = "20240614"
# Type of Chat to redirect. Valid Values are PUBLIC, PARTY, GUILD, REPLY (Whisper) or GROUP.
# Should always be 'GUILD'
chat_type = 'GUILD'
# Webhook URL to send the messages to.
# Script is designed to use V10 Discord API (https://discord.com/api/v10/webhooks/...)
webhook_url = ''
[commands]
# Alliance Tasks Notifications
[commands.at]
ping = '&1231555090708693062'
override_message = ''
override_webhook = ''
[commands.ats]
ping = '&1231555090708693062'
override_message = ''
override_webhook = ''
# Ping when an concert is about to end
[commands.concert]
ping = '&1231555222698987572'
override_message = ''
override_webhook = ''
# Invites
[commands.invite]
ping = '&1230956087541235815'
override_message= ''
override_webhook = ''
[commands.inv]
ping = '&1230956087541235815'
override_message= ''
override_webhook = ''
# Looking for Group
[commands.lfg]
ping = '&1231555351489413143'
override_message = ''
override_webhook = ''
# Notify for Urgent Quests that appeared or Party Gathering
[commands.uq]
ping = '&1231555171499245699'
override_message = ''
override_webhook = ''
[commands.uqs]
ping = '&1231555171499245699'
override_message = ''
override_webhook = ''
# Information about Versions and Script Host
[commands.version]
ping = ''
override_message = 'f"`{configs.chat_name}@{log_line.player_name}: EXE VER: {VERSION} | CONFIG VER: {configs.config_version} | HOST: {configs.script_host}`"'
override_webhook = ''