mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-27 14:18:36 +02:00
Patches
This commit is contained in:
@@ -23,8 +23,6 @@ module.exports = class NitroCommand extends Command {
|
|||||||
.setTimestamp()
|
.setTimestamp()
|
||||||
.setDescription(stripIndents`
|
.setDescription(stripIndents`
|
||||||
This message can only be viewed by users with Discord Nitro.
|
This message can only be viewed by users with Discord Nitro.
|
||||||
|
|
||||||
|
|
||||||
[More Information](https://discordapp.com/nitro)
|
[More Information](https://discordapp.com/nitro)
|
||||||
`);
|
`);
|
||||||
return msg.embed(embed);
|
return msg.embed(embed);
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ module.exports = class PortalSendCommand extends Command {
|
|||||||
group: 'text-edit',
|
group: 'text-edit',
|
||||||
memberName: 'portal-send',
|
memberName: 'portal-send',
|
||||||
description: 'Send a message to a random channel with `<portal>` in the topic.',
|
description: 'Send a message to a random channel with `<portal>` in the topic.',
|
||||||
|
guildOnly: true,
|
||||||
args: [
|
args: [
|
||||||
{
|
{
|
||||||
key: 'text',
|
key: 'text',
|
||||||
|
|||||||
Reference in New Issue
Block a user