From bfe83b807f7add895f6ff83908d5b8155893a698 Mon Sep 17 00:00:00 2001 From: derpystuff <3515180-derpystuff@users.noreply.gitlab.com> Date: Sun, 19 Nov 2023 01:26:37 +0100 Subject: [PATCH] idk it kinda sucks --- commands/interaction/slash/rewrite.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/interaction/slash/rewrite.js b/commands/interaction/slash/rewrite.js index 851c22f..0c89c79 100644 --- a/commands/interaction/slash/rewrite.js +++ b/commands/interaction/slash/rewrite.js @@ -12,7 +12,7 @@ const superagent = require('superagent') module.exports = { description: 'Use AI to rewrite your messages.', name: 'rewrite', - guildIds: process.env.TESTING_SERVER_IDS.split(';'), + guildIds: [process.env.TESTING_SERVER_IDS.split(';')[0]], options: [ { name: 'message',