mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 06:42:50 +02:00
Move portal-send to the Other group
This commit is contained in:
@@ -441,7 +441,6 @@ Total: 363
|
|||||||
* **owo:** OwO.
|
* **owo:** OwO.
|
||||||
* **pig-latin:** Converts text to pig latin.
|
* **pig-latin:** Converts text to pig latin.
|
||||||
* **pirate:** Converts text to pirate.
|
* **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).
|
* **repeat:** Repeat text over and over and over and over (etc).
|
||||||
* **reverse:** Reverses text.
|
* **reverse:** Reverses text.
|
||||||
* **say:** Make me say what you want, master.
|
* **say:** Make me say what you want, master.
|
||||||
@@ -488,6 +487,7 @@ Total: 363
|
|||||||
|
|
||||||
* **cleverbot:** Talk to Cleverbot.
|
* **cleverbot:** Talk to Cleverbot.
|
||||||
* **phone:** Starts a phone call with a random server.
|
* **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.
|
* **prune:** Deletes up to 99 messages from the current channel.
|
||||||
* **rename-all:** Renames every member of the server. (Owner-Only)
|
* **rename-all:** Renames every member of the server. (Owner-Only)
|
||||||
* **strawpoll:** Generates a Strawpoll with the options you provide.
|
* **strawpoll:** Generates a Strawpoll with the options you provide.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ module.exports = class PortalSendCommand extends Command {
|
|||||||
super(client, {
|
super(client, {
|
||||||
name: 'portal-send',
|
name: 'portal-send',
|
||||||
aliases: ['portal'],
|
aliases: ['portal'],
|
||||||
group: 'text-edit',
|
group: 'other',
|
||||||
memberName: 'portal-send',
|
memberName: 'portal-send',
|
||||||
description: 'Send a message to a portal channel.',
|
description: 'Send a message to a portal channel.',
|
||||||
args: [
|
args: [
|
||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xiao",
|
"name": "xiao",
|
||||||
"version": "111.0.0",
|
"version": "111.0.1",
|
||||||
"description": "Your personal server companion.",
|
"description": "Your personal server companion.",
|
||||||
"main": "Xiao.js",
|
"main": "Xiao.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user