Config File

-- You can edit discord webhook from server/webhooks.lua

tgiCoreExports           = exports["tgiann-core"]
config                   = tgiCoreExports:getConfig()

config.needAdminApproval = true

config.eventTypes        = {
    meetup = {
        icon = "users",
        label = "Meetup",
    },
    party = {
        icon = "glass-cheers",
        label = "Party",
    },
}

config.keybind           = {
    active = false,
    key = "f5"
}

config.command           = {
    active = true,
    commandName = "events",
}

config.langs             = {}

Last updated