Skip to content

Commit

Permalink
Merge pull request #1 from Felanbird/master
Browse files Browse the repository at this point in the history
changed emoji back to normal
  • Loading branch information
Felanbird authored Apr 29, 2019
2 parents 17310d7 + e6cfe8d commit 9c0285c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module.exports.setPoints = function(amnt, id) {
}

module.exports.roulette = function(amnt, current, message, client, all) {
const smile = client.emojis.get("566861749324873738");
const smile = client.emojis.get("572221263435661322");
const wtf = client.emojis.get("567905581868777492");
const chance = Math.floor(Math.random() * 100);
var wonall;
Expand Down Expand Up @@ -203,4 +203,4 @@ module.exports.find = async function(list, searchTerm, time, message) {
} catch (err) {
console.log(err);
}
}
}

0 comments on commit 9c0285c

Please sign in to comment.