mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
5 lines
161 B
HCL
5 lines
161 B
HCL
resource "discord-interactions_guild_command" "hello-world" {
|
|
name = "hello-world"
|
|
description = "Says hello!"
|
|
guild_id = "386659935687147521"
|
|
}
|