Skip to content

Commit d44b120

Browse files
committed
Make status idle
1 parent b07190e commit d44b120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/close.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ impl CommandHandler for CloseCommand {
3636

3737
ctx.queue.close();
3838

39-
ctx.context.set_presence(None, OnlineStatus::DoNotDisturb);
39+
ctx.context.set_presence(None, OnlineStatus::Idle);
4040

4141
create_response("Bestilling er nå stengt")
4242
}

0 commit comments

Comments
 (0)