feat: add config option to run silently (no logs, no commands, but doing everything else needed for logging)
This commit is contained in:
parent
f7f88ff98f
commit
33b78a7ac5
5 changed files with 100 additions and 1 deletions
|
|
@ -81,7 +81,11 @@ builder
|
|||
]
|
||||
);
|
||||
})
|
||||
.AddDiscordCommands(enableSlash: true, useDefaultCommandResponder: false)
|
||||
.AddDiscordCommands(
|
||||
enableSlash: true,
|
||||
useDefaultCommandResponder: false,
|
||||
useDefaultInteractionResponder: false
|
||||
)
|
||||
.AddCommandTree()
|
||||
// Start command tree
|
||||
.WithCommandGroup<MetaCommands>()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue