Escape the backslash (#931)

This commit is contained in:
Vap0r1ze
2016-11-27 17:38:42 -05:00
committed by Amish Shah
parent d9400ba289
commit 5fb4e257c8

View File

@@ -439,7 +439,7 @@ class Message {
* @returns {Promise<Message|Message[]>}
* @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);
*/