Discord Inegration
2
Last updated
Use your exports/trigger here if using any other appearance script
create / mange your discord bot here Developer Portal
Config.BotToken = ("Bot %s"):format("insert_bot_token_here")Get discord role id Guide
Config.DiscordRoles = {
["role_id"] = {
theme = "red",
label = "Project",
image = Config.ImagePath:format("dev"),
},
["another_role_id"] = {
theme = "orange",
label = "Staff",
image = Config.ImagePath:format("staff"),
},
}Last updated