Skip to content

Commit 150b02f

Browse files
authored
switch to global command for Notifications (#258)
1 parent c320d47 commit 150b02f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/discord-bot/src/Notifications.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export const NotificationsLayer = Effect.gen(function*() {
5454
}
5555
)
5656

57-
const command = Ix.guild(
57+
const command = Ix.global(
5858
{
5959
name: "notifications",
6060
description: "Choose which notifications you want to receive"

0 commit comments

Comments
 (0)