Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
bw55555 committed Nov 20, 2022
1 parent 3ae93da commit 3beecb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ function addServer(guild) {
function evaluateMessage(message) {
if (ready == false) { console.log("Not Ready"); return }

console.log("ts: " + message.createdTimestamp + ", ChannelId: " + message.channel.id + ", Author:" + message.author.id + ", Text: " + message.content);
//console.log("ts: " + message.createdTimestamp + ", ChannelId: " + message.channel.id + ", Author:" + message.author.id + ", Text: " + message.content);

if (bot.user.id === message.author.id) { return }
functions.respond(message)
Expand Down

0 comments on commit 3beecb2

Please sign in to comment.