From 38cb7829c2bbb9612aa436dfa17e250dbea041a5 Mon Sep 17 00:00:00 2001 From: Ethan Ethan Date: Sat, 25 Nov 2023 01:15:21 +0000 Subject: [PATCH] Update nodejs/controller/commands/invite.js --- nodejs/controller/commands/invite.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/nodejs/controller/commands/invite.js b/nodejs/controller/commands/invite.js index c6b10db..58a0ddc 100644 --- a/nodejs/controller/commands/invite.js +++ b/nodejs/controller/commands/invite.js @@ -25,32 +25,32 @@ let sites = { fo: { bot: 'jimin', desc: `Get an invite to the Farming outpost.`, - allowed: ['wmantly', 'useless666', 'tux4242', 'pi_chef', 'pi_chef', '1_cut', 'nootbot', 'VinceNL', 'Ethan63020', 'Ethan63021', 'KimiKava', 'kawiimeowz', 'RaindropCake24', 'AndyNyg', 'AndyNyg_II'], + allowed: ['wmantly', 'useless666', 'tux4242', 'nootbot', 'VinceNL', 'Ethan63020', 'Ethan63021', 'KimiKava', 'kawiimeowz', 'RaindropCake24', 'AndyNyg', 'AndyNyg_II'], }, guardian: { bot: 'art', desc: 'blah', - allowed: ['wmantly', 'useless666', 'tux4242', 'pi_chef', 'pi_chef', '1_cut', 'Ethan63020', 'Ethan63021', 'VinceNL', 'nootbot'], + allowed: ['wmantly', 'useless666', 'tux4242', 'Ethan63020', 'Ethan63021', 'VinceNL', 'nootbot'], }, fo2: { bot: 'henry', desc: `Get an invite to the Farming outpost 2.`, - allowed: ['wmantly', 'useless666', 'tux4242', 'pi_chef', 'pi_chef', '1_cut', 'Ethan63020', 'Ethan63021', 'VinceNL', 'nootbot'], + allowed: ['wmantly', 'useless666', 'tux4242', 'Ethan63020', 'Ethan63021', 'VinceNL', 'nootbot'], }, foend: { bot: 'ez', desc: `Get an invite to the Farming outpost in the end.`, - allowed: ['wmantly', 'useless666', 'tux4242', 'pi_chef', '1_cut', 'Ethan63020', 'Ethan63021'], + allowed: ['wmantly', 'useless666', 'tux4242', 'Ethan63020', 'Ethan63021'], }, sb: { bot: 'owen', desc: `Get an invite to the Sky Base.`, - allowed: ['wmantly', 'useless666', 'tux4242', 'pi_chef', 'pi_chef', '1_cut', 'Ethan63020', 'Ethan63021', 'VinceNL', 'nootbot'], + allowed: ['wmantly', 'useless666', 'tux4242', 'Ethan63020', 'Ethan63021', 'VinceNL', 'nootbot'], }, core: { bot: 'nova', desc: `Get an invite to the Core.`, - allowed: ['wmantly', 'useless666', 'tux4242', 'pi_chef', 'pi_chef', '1_cut', 'Ethan63020', 'Ethan63021', 'VinceNL', 'nootbot', 'AndyNyg', 'AndyNyg_II','Lost_Imback', 'KimiKava', 'kawiimeowz', 'RaindropCake24',], + allowed: ['wmantly', 'useless666', 'tux4242', 'Ethan63020', 'Ethan63021', 'VinceNL', 'nootbot', 'AndyNyg', 'AndyNyg_II','Lost_Imback', 'KimiKava', 'kawiimeowz', 'RaindropCake24',], }, art: { bot: 'art', @@ -75,7 +75,7 @@ function getSiteFromBot(name){ module.exports = { '.invite': { desc: `The bot will /accept an /invite from you.`, - allowed: ['wmantly', 'useless666', 'tux4242', 'owenshorts', 'pi_chef'], + allowed: ['wmantly', 'useless666', 'tux4242', 'owenshorts', 'Ethan63020', 'Ethan63021'], ignoreLock: true, async function(from){ await this.whisper('Coming');