mirror of
https://github.com/TheRealOwenRees/plantid-discord-bot.git
synced 2026-07-23 04:26:57 +00:00
add bot token to config for server restart
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ config :plantid_discord_bot,
|
||||
|
||||
config :nostrum,
|
||||
ffmpeg: nil,
|
||||
gateway_intents: [:guilds, :guild_messages, :message_content]
|
||||
gateway_intents: [:guilds, :guild_messages, :message_content],
|
||||
token: System.get_env("PLANTID_DISCORD_BOT_TOKEN")
|
||||
|
||||
config :plantid_discord_bot, PlantIdDiscordBot.Scheduler,
|
||||
|
||||
Reference in New Issue
Block a user