From 13ef2e2393c92ef6c12a0ab7602db0c276d82b16 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sun, 1 Mar 2020 09:28:39 -0500 Subject: [PATCH] Move portal-send to the Other group --- README.md | 2 +- commands/{text-edit => other}/portal-send.js | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename commands/{text-edit => other}/portal-send.js (98%) 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": {