diff --git a/wrangler.toml b/wrangler.toml index 08217c1..2af8848 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -10,7 +10,7 @@ kv_namespaces = [ { binding = "CronJobsTimestamp", id = "6fbc191da931473393d5fbe612251d29" } ] services = [ - { binding = "DISCORD_BOT", service = "discord-slash-commands", environment = "staging" } + { binding = "DISCORD_BOT", service = "discord-slash-commands" } ] [env.production] @@ -18,7 +18,7 @@ kv_namespaces = [ { binding = "CronJobsTimestamp", id = "3a10f726c95d4afea9dee5fd00f029b9" } ] services = [ - { binding = "DISCORD_BOT", service = "discord-slash-commands", environment = "production" } + { binding = "DISCORD_BOT", service = "discord-slash-commands" } ] [triggers]