Skip to content

Commit c641fea

Browse files
Update isUserDMEnabled.ts
1 parent 5cc573a commit c641fea

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
@@ -1,5 +1,5 @@
11
import { DiscordAPIError } from "discord.js"
2-
import { ArgType, NativeFunction } from "../../structures"
2+
import { ArgType, NativeFunction, Return } from "../../structures"
33

44
export default new NativeFunction({
55
name: "$isUserDMEnabled",
@@ -31,4 +31,4 @@ export default new NativeFunction({
3131
throw error
3232
}
3333
},
34-
})
34+
})

0 commit comments

Comments
 (0)