mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 16:43:31 +01:00
added newline modifier
This commit is contained in:
@@ -16,6 +16,7 @@ Discord.patchStrings = function () {
|
||||
defineProperty("strike", "~~");
|
||||
defineProperty("code", "`");
|
||||
defineProperty("codeblock", "```");
|
||||
defineProperty("newline", "\n");
|
||||
|
||||
Object.defineProperty(String.prototype, "italic", {
|
||||
get: function () {
|
||||
|
||||
Reference in New Issue
Block a user