Skip to content

Commit

Permalink
chore: removing console log
Browse files Browse the repository at this point in the history
  • Loading branch information
DEV-DIBSTER authored Sep 7, 2023
1 parent 9a8667b commit 22912fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bot/discord/commands/user/link.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ exports.run = async (client, message, args) => {
max: 1,
});
collector.on("collect", (messagecollected) => {
//console.log(message.content)

if (messagecollected.content === "cancel") {
return msg.edit("Request to link your account canceled.", null).then(channel.delete());
Expand Down Expand Up @@ -90,7 +89,8 @@ exports.run = async (client, message, args) => {
if (err) {
console.log(err);
} else {
console.log(info);


channel.send(
"Please check the email account for a verification code to complete linking. You have 2mins"
);
Expand Down

0 comments on commit 22912fc

Please sign in to comment.