mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-14 16:49:10 +00:00
fix interactions, apparently cfw doesn't speak Buffer
This commit is contained in:
parent
7007cfea9d
commit
544ef1b2f0
5 changed files with 56 additions and 20 deletions
5
terraform/interactions.tf
Normal file
5
terraform/interactions.tf
Normal file
|
@ -0,0 +1,5 @@
|
|||
resource "discord-interactions_guild_command" "hello-world" {
|
||||
name = "hello-world"
|
||||
description = "Says hello!"
|
||||
guild_id = "386659935687147521"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue