2021-07-16 23:53:31 +01:00
|
|
|
guild_id_string:
|
|
|
|
channels: # Dictionary
|
|
|
|
# help is an optional feature so not necessary in blueprint.
|
|
|
|
mod: 0
|
|
|
|
signup: 0
|
|
|
|
configured: false
|
2021-07-18 23:16:58 +01:00
|
|
|
membership: [0] # List of integers
|
2021-07-16 23:53:31 +01:00
|
|
|
# For membership, at least one kind needs to be defined. But no key is mandatory.
|
|
|
|
name: string
|
|
|
|
owner: 0
|
|
|
|
prefix: string
|
|
|
|
roles: # dictionary
|
|
|
|
admin:
|
|
|
|
- 0 # List
|
|
|
|
# For admins, at least one needs to be defined.
|
|
|
|
# committee notifications is optional so is not necessary in blueprint.
|
2021-07-18 00:43:44 +01:00
|
|
|
bot: 0
|
2021-07-16 23:53:31 +01:00
|
|
|
# newcomer role is optional
|
|
|
|
# returning player role is optional
|
|
|
|
# student role is optional
|
2021-07-18 23:16:58 +01:00
|
|
|
timeslots: {} # Dictionary
|
2021-07-16 23:53:31 +01:00
|
|
|
# At least one needs to be defined.
|
|
|
|
meta:
|
|
|
|
strict:
|
|
|
|
- channels
|
|
|
|
- roles
|
|
|
|
notifications:
|
|
|
|
help: true
|
|
|
|
signup: true
|
2021-07-17 13:56:04 +01:00
|
|
|
initialised: true
|