the-draupnir-project / planning

0 stars 0 forks source link

[Task] Safe mode - first steps #26

Closed Gnuxie closed 1 month ago

Gnuxie commented 1 month ago

Main story: https://github.com/the-draupnir-project/planning/issues/1

Acceptance criteria for this task:

Details

This should be a distinct bot from draupnir that gets created when draupnir cannot start.

It should have a distinct command table, with one command that restarts the bot and displays help.

Every single command or message should show a warning that draupnir is in safe mode in the management room.

There's something to show the Error or ResultError that caused draupnir to start in safe mode. Possibly a command that can show the cause and details about it.

Config

Config should be something like this:

safeMode:
  enabled: boolean

PRs

Gnuxie commented 1 month ago

Still need to do: