Move portal-send to the Other group

This commit is contained in:
Dragon Fire
2020-03-01 09:28:39 -05:00
parent 05870dedf6
commit 13ef2e2393
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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.
@@ -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: [
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "111.0.0",
"version": "111.0.1",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {