mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 18:13:29 +01:00
Expose Presence and Game structures
This commit is contained in:
@@ -27,6 +27,8 @@ module.exports = {
|
||||
TextChannel: require('./structures/TextChannel'),
|
||||
User: require('./structures/User'),
|
||||
VoiceChannel: require('./structures/VoiceChannel'),
|
||||
Presence: require('./structures/Presence').Presence,
|
||||
Game: require('./structures/Presence').Game,
|
||||
|
||||
version: require(path.join(__dirname, '..', 'package')).version,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user