tag-view, update travis node

This commit is contained in:
Daniel Odendahl Jr
2018-04-24 22:32:40 +00:00
parent 71ebdd95d3
commit 54bd5dd1c0
4 changed files with 7 additions and 6 deletions
@@ -1,12 +1,13 @@
const { Command } = require('discord.js-commando');
const Tag = require('../../models/Tag');
module.exports = class TagCommand extends Command {
module.exports = class TagViewCommand extends Command {
constructor(client) {
super(client, {
name: 'tag',
name: 'tag-view',
aliases: ['tag', 'view-tag'],
group: 'tags',
memberName: 'tag',
memberName: 'view',
description: 'Responds with a tag in this server.',
guildOnly: true,
args: [