From 086a48403be9a308745f7c4163ff36dd2f0daaed Mon Sep 17 00:00:00 2001 From: Matthew Ray Date: Sat, 1 Dec 2018 11:30:09 -0500 Subject: [PATCH] Update racr.js --- commands/racr.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/racr.js b/commands/racr.js index 31cbea2..27ed43c 100644 --- a/commands/racr.js +++ b/commands/racr.js @@ -45,7 +45,7 @@ exports.run = async (client, message, args) => { }); //503491110149160961 message.delete(); - message.channel.send(`✅ ***${client.user.name} has been activated on ${guildID} for <@!${args[1]}>***`); + message.channel.send(`✅ ***${client.user.username} has been activated on ${guildID} for <@!${args[1]}>***`); const acUser = client.users.get(args[1]).tag; //const filter = (reaction) => reaction.emoji.name === '✅';