From 71df2dafae4ecda22e07fe84712821d2245410dc Mon Sep 17 00:00:00 2001 From: Travis CI Date: Sun, 27 Nov 2016 22:40:15 +0000 Subject: [PATCH] Webpack build: 5fb4e257c8b44d74d1e3cb78932e4d42388e0422 --- discord.indev.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord.indev.js b/discord.indev.js index 571107aa..60b79f42 100644 --- a/discord.indev.js +++ b/discord.indev.js @@ -3334,7 +3334,7 @@ class Message { * @returns {Promise} * @example * // reply to a message - * message.reply('Hey, I\'m a reply!') + * message.reply('Hey, I\\'m a reply!') * .then(msg => console.log(`Sent a reply to ${msg.author}`)) * .catch(console.error); */