Skip to content

Commit

Permalink
Add Intents Export
Browse files Browse the repository at this point in the history
  • Loading branch information
Av32000 committed May 15, 2023
1 parent d072957 commit acaec10
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
const ws = require('ws');
const { Intents } = require("./src/Intents")

class Client {
finalIntents = 0
Expand Down Expand Up @@ -82,5 +83,6 @@ class Client {
}

module.exports = {
Client
Client,
Intents
}

0 comments on commit acaec10

Please sign in to comment.