Skip to content

Commit 6c849ec

Browse files
committed
fix: mark some commands as dm: false
1 parent f4bf190 commit 6c849ec

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/commands/questions/question.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export default command({
3535
],
3636

3737
global: true,
38+
dm: false,
3839
defer: {
3940
ephemeral: true,
4041
},

src/commands/thread/thread.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ export default command({
4444
],
4545

4646
global: true,
47+
dm: false,
4748
defer: {
4849
ephemeral: true,
4950
},

0 commit comments

Comments
 (0)