We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b07190e commit d44b120Copy full SHA for d44b120
src/commands/close.rs
@@ -36,7 +36,7 @@ impl CommandHandler for CloseCommand {
36
37
ctx.queue.close();
38
39
- ctx.context.set_presence(None, OnlineStatus::DoNotDisturb);
+ ctx.context.set_presence(None, OnlineStatus::Idle);
40
41
create_response("Bestilling er nå stengt")
42
}
0 commit comments