mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 22:23:03 -04:00
idk it kinda sucks
This commit is contained in:
parent
948f5b9ae7
commit
bfe83b807f
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue