mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 09:33:32 +01:00
feat(*): enforce strings (#4880)
BREAKING CHANGE: Removes all Resolvables for only string inputs Co-authored-by: SpaceEEC <spaceeec@yahoo.com>
This commit is contained in:
@@ -56,7 +56,7 @@ module.exports = {
|
||||
escapeMarkdown: Util.escapeMarkdown,
|
||||
fetchRecommendedShards: Util.fetchRecommendedShards,
|
||||
resolveColor: Util.resolveColor,
|
||||
resolveString: Util.resolveString,
|
||||
verifyString: Util.verifyString,
|
||||
splitMessage: Util.splitMessage,
|
||||
|
||||
// Structures
|
||||
|
||||
Reference in New Issue
Block a user