-
Notifications
You must be signed in to change notification settings - Fork 4
/
config.yml
36 lines (30 loc) · 1.53 KB
/
config.yml
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
# ######################################################################################################################
# Prime Gaming Loot Discord Bot
# ######################################################################################################################
# Token
token: 0
# ######################################################################################################################
# Twitch Loot
# ######################################################################################################################
twitch:
# The command to use in chat to display current prime gaming content
command: "!twitch"
# Message type
# - Choose 0 if you want all loot displayed in a single message from the bot
# - Choose 1 if you want an individual message for each loot (this might spam the chat very quickly)
message_type: 1
# List of games to display if there is loot
games_to_include:
- Overwatch
- World of Warcraft
- Fall Guys
# ######################################################################################################################
# Epic Games
# ######################################################################################################################
epic:
# The command to use in chat to display current free epic games content
command: "!epic"
# Message type
# - Choose 0 if you want all loot displayed in a single message from the bot
# - Choose 1 if you want an individual message for each loot (this might spam the chat very quickly)
message_type: 1