update owner id

This commit is contained in:
Lamp 2020-08-31 21:59:37 -07:00 committed by GitHub
parent 05b24d75a2
commit fa36802172
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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