Remove confirmation print
This commit is contained in:
parent
84e8dd9aa2
commit
3e6f150fd0
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ client.on(`chat`, (channel, ctx, msg, self) => {
|
|||
if (answer) {
|
||||
let letter = answer[0].slice(1,2).toUpperCase();
|
||||
log.info(`${ctx.username} voted for answer: ${letter}`);
|
||||
client.say(channel, `${ctx.username} voted for answer: ${answer[0]}`)
|
||||
// client.say(channel, `${ctx.username} voted for answer: ${answer[0]}`)
|
||||
|
||||
if (user_answers[ctx.username] == null) {
|
||||
user_answers[ctx.username] = letter;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue