Adding feature

voiceState.getPreview(): Return URL Image Stream .-.
This commit is contained in:
March 7th
2022-04-25 19:28:45 +07:00
parent f3926f2e37
commit 817aa690ff
5 changed files with 32 additions and 2 deletions

View File

@@ -170,6 +170,7 @@ const Messages = {
MESSAGE_ID_NOT_FOUND: 'Message ID not found',
MESSAGE_EMBED_LINK_LENGTH: 'Message content with embed link length is too long',
GUILD_MEMBERS_FETCH: msg => `${msg}`,
USER_NOT_STREAMING: 'User is not streaming',
};
for (const [name, message] of Object.entries(Messages)) register(name, message);