mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 01:23:31 +01:00
3.3.1
This commit is contained in:
@@ -17,8 +17,7 @@ mybot.on("message", function (message) {
|
||||
}
|
||||
|
||||
// we can go ahead :)
|
||||
console.log(message.sender.username);
|
||||
mybot.sendMessage(message.channel, message.sender.username);
|
||||
mybot.sendMessage(message.author, message.sender.username);
|
||||
});
|
||||
|
||||
mybot.on("ready", function () {
|
||||
|
||||
Reference in New Issue
Block a user