mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Move portal-send to the Other group
This commit is contained in:
@@ -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
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xiao",
|
||||
"version": "111.0.0",
|
||||
"version": "111.0.1",
|
||||
"description": "Your personal server companion.",
|
||||
"main": "Xiao.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user