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',