mirror of
https://github.com/cheveguerra/whatsapp-web.js.git
synced 2026-04-20 12:39:20 +00:00
PART 2: ESLINT, EXAMPLES & MORE
This commit is contained in:
5
index.js
5
index.js
@@ -21,12 +21,15 @@ module.exports = {
|
||||
ProductMetadata: require('./src/structures/ProductMetadata'),
|
||||
List: require('./src/structures/List'),
|
||||
Buttons: require('./src/structures/Buttons'),
|
||||
PollVote: require('./src/structures/PollVote'),
|
||||
Call: require('./src/structures/Call'),
|
||||
|
||||
|
||||
// Auth Strategies
|
||||
NoAuth: require('./src/authStrategies/NoAuth'),
|
||||
LocalAuth: require('./src/authStrategies/LocalAuth'),
|
||||
RemoteAuth: require('./src/authStrategies/RemoteAuth'),
|
||||
LegacySessionAuth: require('./src/authStrategies/LegacySessionAuth'),
|
||||
|
||||
|
||||
...Constants
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user