diff --git a/bot.js b/bot.js index a7b12c1..91a67e2 100644 --- a/bot.js +++ b/bot.js @@ -78,7 +78,7 @@ async function handleVote (user, type, valueToAdd, client, timeforday) { stats[type][1] = [Date.now()]; stats[type][0]++; client.stats.set(user, stats); - return `\n> Streak ${emotes[4]} - +1 Extra Vote Applied for Completed Streak! :tada:`; + return `\n> Streak ${emotes[4]} | +1 Extra Vote Applied for Completed Streak! :tada:`; } else if (last5.length > 0 && last5.filter(time => Date.now()-time>timeforday && Date.now()-time Streak ${emotes[last5.length-1]}`; @@ -207,4 +207,4 @@ fs.readdir("./events/", (err, files) => { }); }); -}); \ No newline at end of file +});