166 lines
5.3 KiB
JSON
166 lines
5.3 KiB
JSON
{
|
|
"messages": {
|
|
"operation_unconfirmed": "Operation not confirmed.",
|
|
"guild_unconfigured": "Guild is not configured. Please, report this to the administrator.",
|
|
"guild_unconfigured_admin": "Guild is not configured. Please, configure it using `/config set`.",
|
|
"timezone_invalid": "Timezone **{timezone}** was not found. Please, select one of the timezones provided by the autocompletion.",
|
|
"config_set": "Configuration has been updated. You can review it anytime using `/config show`.",
|
|
"config_reset": "Configuration has been reset. You can update it using `/config set`, otherwise no events can be held.",
|
|
"config_show": "**Guild config**\n\nChannel: <#{channel_id}>\nCategory: <#{category_id}>\nTimezone: {timezone}"
|
|
},
|
|
"commands": {
|
|
"config": {
|
|
"description": "Guild management"
|
|
},
|
|
"config_set": {
|
|
"description": "Configure the guild",
|
|
"options": {
|
|
"category": {
|
|
"description": "Category where channels for each user will be created"
|
|
},
|
|
"channel": {
|
|
"description": "Text channel for admin notifications"
|
|
},
|
|
"timezone": {
|
|
"description": "Timezone in which events take place"
|
|
}
|
|
}
|
|
},
|
|
"config_reset": {
|
|
"description": "Reset the guild's configuration",
|
|
"options": {
|
|
"confirm": {
|
|
"description": "Confirmation of the operation"
|
|
}
|
|
}
|
|
},
|
|
"config_show": {
|
|
"description": "Show the guild's configuration"
|
|
},
|
|
"event": {
|
|
"description": "Event management"
|
|
},
|
|
"event_create": {
|
|
"description": "Create new event",
|
|
"options": {
|
|
"name": {
|
|
"description": "Name of the event"
|
|
},
|
|
"start": {
|
|
"description": "Date when the event starts (DD.MM.YYYY HH:MM)"
|
|
},
|
|
"end": {
|
|
"description": "Date when the event ends (DD.MM.YYYY HH:MM)"
|
|
},
|
|
"thumbnail": {
|
|
"description": "Thumbnail of the event"
|
|
}
|
|
}
|
|
},
|
|
"event_edit": {
|
|
"description": "Edit the event",
|
|
"options": {
|
|
"event": {
|
|
"description": "Name of the event"
|
|
},
|
|
"name": {
|
|
"description": "New name of the event"
|
|
},
|
|
"start": {
|
|
"description": "Date when the event starts (DD.MM.YYYY HH:MM)"
|
|
},
|
|
"end": {
|
|
"description": "Date when the event ends (DD.MM.YYYY HH:MM)"
|
|
},
|
|
"thumbnail": {
|
|
"description": "Thumbnail of the event"
|
|
}
|
|
}
|
|
},
|
|
"event_cancel": {
|
|
"description": "Cancel the event",
|
|
"options": {
|
|
"event": {
|
|
"description": "Name of the event"
|
|
},
|
|
"confirm": {
|
|
"description": "Confirmation of the operation"
|
|
}
|
|
}
|
|
},
|
|
"event_show": {
|
|
"description": "Show details about the event",
|
|
"options": {
|
|
"event": {
|
|
"description": "Name of the event"
|
|
}
|
|
}
|
|
},
|
|
"guess": {
|
|
"description": "Provide an answer to the current event stage",
|
|
"options": {
|
|
"answer": {
|
|
"description": "Answer to the current stage"
|
|
}
|
|
}
|
|
},
|
|
"register": {
|
|
"description": "Register for the selected event",
|
|
"options": {
|
|
"event": {
|
|
"description": "Name of the event"
|
|
}
|
|
}
|
|
},
|
|
"stage": {
|
|
"description": "Event stage management"
|
|
},
|
|
"stage_add": {
|
|
"description": "",
|
|
"options": {}
|
|
},
|
|
"stage_edit": {
|
|
"description": "",
|
|
"options": {}
|
|
},
|
|
"stage_delete": {
|
|
"description": "",
|
|
"options": {}
|
|
},
|
|
"unregister": {
|
|
"description": "Leave the selected event",
|
|
"options": {
|
|
"event": {
|
|
"description": "Name of the event"
|
|
},
|
|
"confirm": {
|
|
"description": "Confirmation of the operation"
|
|
}
|
|
}
|
|
},
|
|
"user": {
|
|
"description": "User management"
|
|
},
|
|
"user_create_channel": {
|
|
"description": "",
|
|
"options": {}
|
|
},
|
|
"user_update_channel": {
|
|
"description": "",
|
|
"options": {}
|
|
},
|
|
"user_delete_channel": {
|
|
"description": "",
|
|
"options": {}
|
|
},
|
|
"user_jail": {
|
|
"description": "",
|
|
"options": {}
|
|
},
|
|
"user_unjail": {
|
|
"description": "",
|
|
"options": {}
|
|
}
|
|
}
|
|
}
|