mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 18:43:31 +01:00
test fix
This commit is contained in:
@@ -16,7 +16,7 @@ mybot.on("message", function (message) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
var action1 = mybot.sendMessage(message.channel, "this is message " + 1);
|
var action1 = mybot.sendMessage(message.channel, "this is message " + 1);
|
||||||
var action2 = mybot.sendMessage(message.channel, "this is message " + 2).then(log);
|
var action2 = mybot.sendMessage(message.channel, "this is message " + 2).then(log);
|
||||||
|
|
||||||
function log() {
|
function log() {
|
||||||
|
|||||||
Reference in New Issue
Block a user