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