mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 22:11:53 +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'),
|
||||
Message: require('../structures/Message'),
|
||||
MessageReaction: require('../structures/MessageReaction'),
|
||||
Presence: require('../structures/Presence'),
|
||||
Presence: require('../structures/Presence').Presence,
|
||||
Role: require('../structures/Role'),
|
||||
User: require('../structures/User'),
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue