mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 22:11:53 +00:00
Fix reaction structure name
This commit is contained in:
parent
0291fe41d8
commit
dc379519d3
1 changed files with 1 additions and 1 deletions
|
|
@ -45,8 +45,8 @@ const structures = {
|
|||
GuildMember: require('../structures/GuildMember'),
|
||||
Guild: require('../structures/Guild'),
|
||||
Message: require('../structures/Message'),
|
||||
MessageReaction: require('../structures/MessageReaction'),
|
||||
Presence: require('../structures/Presence'),
|
||||
Reaction: require('../structures/Reaction'),
|
||||
Role: require('../structures/Role'),
|
||||
User: require('../structures/User'),
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue