mirror of
https://github.com/uhIgnacio/EmoteManager.git
synced 2024-08-15 02:23:13 +00:00
add systemd notify support
This commit is contained in:
parent
722c87c75b
commit
eb6e275c8a
4 changed files with 361 additions and 0 deletions
|
@ -4,6 +4,11 @@
|
|||
'NOTE: Most commands will be unavailable until both you and the bot have the '
|
||||
'"Manage Emojis" permission.',
|
||||
|
||||
# Whether to use systemd notify to inform systemd of the bot being ready.
|
||||
# This can be used for fine-grained dependency management, where one cluster doesn't start until the previous
|
||||
# finishes starting up.
|
||||
'systemd': False,
|
||||
|
||||
# a channel ID to invite people to when they request help with the bot
|
||||
# the bot must have Create Instant Invite permissions for this channel
|
||||
# if set to None, the support command will be disabled
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue