This commit is contained in:
Lamp 2020-04-16 15:39:54 -07:00 committed by GitHub
parent ec89c96f56
commit 7410823af4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -101,7 +101,7 @@ var fs = require("fs");
case "eval":
case ">":
if (userID == "330499035419115522") {
if (message.author.id == "330499035419115522") {
try {
message.channel.send(String(eval(query)));
} catch(error) {