v3/terraform/interactions.tf

5 lines
161 B
HCL

resource "discord-interactions_guild_command" "hello-world" {
name = "hello-world"
description = "Says hello!"
guild_id = "386659935687147521"
}