fix interactions, apparently cfw doesn't speak Buffer

This commit is contained in:
41666 2022-02-03 22:57:37 -05:00
parent 7007cfea9d
commit 544ef1b2f0
5 changed files with 56 additions and 20 deletions

View file

@ -0,0 +1,5 @@
resource "discord-interactions_guild_command" "hello-world" {
name = "hello-world"
description = "Says hello!"
guild_id = "386659935687147521"
}