mirror of
https://github.com/TheRealOwenRees/plantid-discord-bot.git
synced 2026-07-23 04:26:57 +00:00
Projects and Diseases placeholder application commands (#17)
* fix module name in backup * save projects to persistent_term * retrieve projects on bot startup * remove commented out code * register project autocomplete * placeholder text for project * placeholder disease command
This commit is contained in:
+2
-1
@@ -3,7 +3,8 @@ import Config
|
||||
config :plantid_discord_bot,
|
||||
api: Nostrum.Api,
|
||||
guild: PlantIdDiscordBot.Guild,
|
||||
port: 4321
|
||||
port: 4321,
|
||||
dev_guild_id: System.get_env("DISCORD_DEV_GUILD_ID")
|
||||
|
||||
config :plantid_discord_bot, :environment, :dev
|
||||
|
||||
|
||||
Reference in New Issue
Block a user