mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
Add more exports (#610)
This commit is contained in:
committed by
Amish Shah
parent
7a8c8f7453
commit
799054df00
@@ -1,5 +1,9 @@
|
||||
const Client = require('./client/Client');
|
||||
const Shard = require('./sharding/Shard');
|
||||
const ShardingManager = require('./sharding/ShardingManager');
|
||||
const Collection = require('./util/Collection');
|
||||
|
||||
exports.Client = Client;
|
||||
exports.Shard = Shard;
|
||||
exports.ShardingManager = ShardingManager;
|
||||
exports.Collection = Collection;
|
||||
|
||||
Reference in New Issue
Block a user