From bfd1b7f962378f0cfa3e765aacff30acc8d475de Mon Sep 17 00:00:00 2001 From: schneefux Date: Mon, 17 Apr 2017 19:09:47 +0200 Subject: some last text fixes --- commands/about.js | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 commands/about.js (limited to 'commands/about.js') diff --git a/commands/about.js b/commands/about.js deleted file mode 100644 index 3e8be67..0000000 --- a/commands/about.js +++ /dev/null @@ -1,21 +0,0 @@ -#!/usr/bin/node -/* jshint esnext:true */ -"use strict"; - -const Commando = require("discord.js-commando"), - oneLine = require("common-tags").oneLine, - responses = require("../responses"); - -module.exports = class ShowMatchCommand extends Commando.Command { - constructor(client) { - super(client, { - name: "about", - group: "util", - memberName: "about", - description: "Shows invite links and developer contact details." - }); - } - async run(msg) { - await responses.showAbout(msg); - } -}; -- cgit v1.3.1