From c81898912727b922797a966f1d9d20bf4af3fe80 Mon Sep 17 00:00:00 2001 From: Neko Life Date: Sun, 16 May 2021 09:25:34 +0000 Subject: [PATCH] update owners --- Main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Main.js b/Main.js index 08f73fd..7bee20c 100644 --- a/Main.js +++ b/Main.js @@ -2,7 +2,7 @@ const Commando = require('@iceprod/discord.js-commando'); const client = new Commando.Client({ - owner: '750335181285490760', + owner: ['820696421912412191', '750335181285490760'], partials: ["CHANNEL", "GUILD_MEMBER", "MESSAGE", "REACTION", "USER"] }); const sqlite = require('sqlite');