Skip to content

Commit 755aadd

Browse files
Update isUserDMEnabled.ts
1 parent c641fea commit 755aadd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/native/user/isUserDMEnabled.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ export default new NativeFunction({
1414
description: "The user to test DMs",
1515
rest: false,
1616
required: true,
17-
type: ArgType.User,
18-
},
17+
type: ArgType.User
18+
}
1919
],
2020
async execute(ctx, [user]) {
2121
user ??= ctx.user!

0 commit comments

Comments
 (0)