diff --git a/README.md b/README.md index f067664f..901e2b77 100644 --- a/README.md +++ b/README.md @@ -441,7 +441,6 @@ Total: 363 * **owo:** OwO. * **pig-latin:** Converts text to pig latin. * **pirate:** Converts text to pirate. -* **portal-send:** Send a message to a portal channel. * **repeat:** Repeat text over and over and over and over (etc). * **reverse:** Reverses text. * **say:** Make me say what you want, master. @@ -488,6 +487,7 @@ Total: 363 * **cleverbot:** Talk to Cleverbot. * **phone:** Starts a phone call with a random server. +* **portal-send:** Send a message to a portal channel. * **prune:** Deletes up to 99 messages from the current channel. * **rename-all:** Renames every member of the server. (Owner-Only) * **strawpoll:** Generates a Strawpoll with the options you provide. diff --git a/commands/text-edit/portal-send.js b/commands/other/portal-send.js similarity index 98% rename from commands/text-edit/portal-send.js rename to commands/other/portal-send.js index e868a4f9..132af572 100644 --- a/commands/text-edit/portal-send.js +++ b/commands/other/portal-send.js @@ -5,7 +5,7 @@ module.exports = class PortalSendCommand extends Command { super(client, { name: 'portal-send', aliases: ['portal'], - group: 'text-edit', + group: 'other', memberName: 'portal-send', description: 'Send a message to a portal channel.', args: [ diff --git a/package.json b/package.json index 2faac8c7..0e364214 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "111.0.0", + "version": "111.0.1", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {