Skip to content

General Configuration

_Axieum edited this page Nov 23, 2019 · 3 revisions
#General configuration
[general]

    [general.bot]
        #Discord Bot Token
        token = "YOUR_BOT_TOKEN"
        #Bot presence update interval (in seconds)
        #Range: 12 ~ 9223372036854775807
        presence_interval = 30

        [general.bot.status]
            #Bot status on server starting
            #Allowed Values: ONLINE, IDLE, DO_NOT_DISTURB, INVISIBLE, OFFLINE, UNKNOWN
            starting = "IDLE"
            #Bot status on server started
            #Allowed Values: ONLINE, IDLE, DO_NOT_DISTURB, INVISIBLE, OFFLINE, UNKNOWN
            started = "ONLINE"
            #Bot status on server stopping
            #Allowed Values: ONLINE, IDLE, DO_NOT_DISTURB, INVISIBLE, OFFLINE, UNKNOWN
            stopping = "DO_NOT_DISTURB"
            #Bot status on server stopped
            #Allowed Values: ONLINE, IDLE, DO_NOT_DISTURB, INVISIBLE, OFFLINE, UNKNOWN
            stopped = "OFFLINE"

    [general.chat]
        #Should unicode emojis be translated to word form (i.e. ':emoji:')
        emoji_translation = true

    [general.commands]
        #Discord command prefix
        prefix = "!"
        #Discord command unauthorised message
        #Allowed Values: MENTION, COMMAND, ARGS
        unauthorised = "**{{MENTION}}**, you were unauthorised to perform this action :no_good:"

Clone this wiki locally