mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 16:43:31 +01:00
Fixed reply method
This commit is contained in:
@@ -337,7 +337,7 @@ var Client = (function () {
|
||||
}
|
||||
|
||||
var user = destination.sender;
|
||||
self.sendMessage(destination, message, callback, user + ", ").then(response)["catch"](reject);
|
||||
self.sendMessage(destination, message, tts, callback, user + ", ").then(response)["catch"](reject);
|
||||
});
|
||||
}
|
||||
}, {
|
||||
|
||||
Reference in New Issue
Block a user