Skip to content
This repository has been archived by the owner on Dec 19, 2018. It is now read-only.

Commit

Permalink
Update racr.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Ray committed Dec 1, 2018
1 parent cd92236 commit 086a484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/racr.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 === '✅';

Expand Down

0 comments on commit 086a484

Please sign in to comment.