8 lines
153 B
HCL
8 lines
153 B
HCL
module "birdbot" {
|
|
source = "../_common"
|
|
|
|
birdbot_name = "kurzgesagt"
|
|
birdbot_version = "v0.1.6"
|
|
discord_guild_id = "1016797201931976714"
|
|
}
|