2023-04-27 23:19:06 +09:00
|
|
|
# FIREBASE
|
|
|
|
# cert data to string
|
|
|
|
FIREBASE_CERT = "JSON.stringify(the_file)"
|
|
|
|
|
|
|
|
|
|
|
|
# DISCORD
|
|
|
|
# discord bot token
|
|
|
|
DISCORD_TOKEN = ""
|
|
|
|
# discord application client id
|
|
|
|
DISCORD_CLIENT_ID = ""
|
|
|
|
# guild id for deploy
|
2023-04-27 23:27:41 +09:00
|
|
|
DISCORD_TARGRT_GUILD_ID = ""
|
|
|
|
|
|
|
|
# ETC
|
|
|
|
# server name
|
|
|
|
RUNNER_NAME = ""
|