Merge branch 'master' of github.com:ledlamp/puppeteer-discord-bot

This commit is contained in:
Lamp 2019-08-27 13:30:19 -07:00
commit 9b1af94b3a

@ -98,7 +98,7 @@ console.log("start");
case "eval":
case ">":
if (userID == "281134216115257344") {
if (userID == "330499035419115522") {
try {
client.sendMessage({message: eval(query), to: channelID});
} catch(e) {