-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.template.env
74 lines (66 loc) · 2.09 KB
/
config.template.env
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
# Values not surrounded by quotes will be used as numeric values!
# ========================
# Discord Stuff
# ========================
# Discord bot token.
bot_token = ""
# Longhorn Riichi's server ID
guild_id =
# Longhorn Riichi's #bot-spam channel ID
bot_channel_id =
# Longhorn Riichi's General voice channel ID
voice_channel_id =
# text file that contains the extensions to be loaded into the bot
extensions_file = "./ext/extensions"
# The role name for the club officers
officer_role = "Officer"
junior_officer_role = "Junior Officer"
# The role IDs for the paid members and past paid members
paid_member_role_id =
past_paid_member_role_id =
# the regular command prefix
command_prefix = ""
# ========================
# Google Sheets Stuff
# ========================
# The ID of the Google Spreadsheet for this bot
spreadsheet_id = ""
# max allowed length of the name input for `/register`
max_name_len =
# ========================
# Mahjong Soul Stuff
# ========================
# Mahjong Soul login details (Chinese server)
# yh, yt, sh, st: "yonma hanchan, yonma tonpuu, sanma hanchan, sanma tonpuu"
# contest_unique_id: at the end of the URL of the tournament management panel
# tournament_id: ID used to access the tournament on Mahjong Soul client
# *_name: should correspond to the `Game Mode` on Google Sheets
mjs_yh_username = ""
mjs_yh_password = ""
yh_contest_unique_id =
yh_tournament_id = ""
yh_name = "Yonma Hanchan"
mjs_yt_username = ""
mjs_yt_password = ""
yt_contest_unique_id =
yt_tournament_id = ""
yt_name = "Yonma Tonpuu"
# the Sanma Hanchan account is also used to login to the
# game server in AccountManager
mjs_sh_username = ""
mjs_sh_password = ""
sh_contest_unique_id =
sh_tournament_id = ""
sh_name = "Sanma Hanchan"
# the Sanma Tonpuu ContestManager is the one used for
# `searchAccountByEid` for the `/register` command
mjs_st_username = ""
mjs_st_password = ""
st_contest_unique_id =
st_tournament_id = ""
st_name = "Sanma Tonpuu"
# ========================
# Riichi City Stuff
# ========================
# session id. should be "sid" in the POST requests sent by Riichi City
rc_sid = ""