revert: "fix(GuildEmojiManager): check for guild in methods that use it" (#4912)

This reverts commit 728b3f939c.
This commit is contained in:
Noel
2020-10-17 15:46:10 +02:00
committed by GitHub
parent 728b3f939c
commit 89feedad98
3 changed files with 4 additions and 8 deletions

View File

@@ -103,8 +103,6 @@ const Messages = {
FETCH_GROUP_DM_CHANNEL: "Bots don't have access to Group DM Channels and cannot fetch them",
MEMBER_FETCH_NONCE_LENGTH: 'Nonce length must not exceed 32 characters.',
GUILDEMOJIMANAGER_NO_GUILD: 'Method cannot be called from a Client instance.',
};
for (const [name, message] of Object.entries(Messages)) register(name, message);