This commit is contained in:
Daniel Odendahl Jr
2017-10-19 00:36:31 +00:00
parent 4cfab6e760
commit c056ca47e3
2 changed files with 1 additions and 2 deletions
-2
View File
@@ -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);
+1
View File
@@ -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',