mirror of
https://github.com/danbulant/discord.js
synced 2026-07-05 03:00:35 +00:00
Webpack build: 758c801dd5
This commit is contained in:
parent
ba671d1b2b
commit
bb7d1c41e3
2 changed files with 3 additions and 3 deletions
|
|
@ -10144,11 +10144,11 @@ class RichEmbed {
|
||||||
|
|
||||||
module.exports = RichEmbed;
|
module.exports = RichEmbed;
|
||||||
|
|
||||||
const resolveString = (data) => {
|
function resolveString(data) {
|
||||||
if (typeof data === 'string') return data;
|
if (typeof data === 'string') return data;
|
||||||
if (data instanceof Array) return data.join('\n');
|
if (data instanceof Array) return data.join('\n');
|
||||||
return String(data);
|
return String(data);
|
||||||
};
|
}
|
||||||
|
|
||||||
|
|
||||||
/***/ },
|
/***/ },
|
||||||
|
|
|
||||||
2
discord.indev.min.js
vendored
2
discord.indev.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue