mirror of
https://github.com/danbulant/discord.js
synced 2026-06-04 15:21:22 +00:00
Fix Presence structure
This commit is contained in:
parent
3728c71867
commit
a2a4c3c196
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ const structures = {
|
||||||
Guild: require('../structures/Guild'),
|
Guild: require('../structures/Guild'),
|
||||||
Message: require('../structures/Message'),
|
Message: require('../structures/Message'),
|
||||||
MessageReaction: require('../structures/MessageReaction'),
|
MessageReaction: require('../structures/MessageReaction'),
|
||||||
Presence: require('../structures/Presence'),
|
Presence: require('../structures/Presence').Presence,
|
||||||
Role: require('../structures/Role'),
|
Role: require('../structures/Role'),
|
||||||
User: require('../structures/User'),
|
User: require('../structures/User'),
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue