Temmie Too

This commit is contained in:
Daniel Odendahl Jr
2017-04-11 04:05:55 +00:00
parent bcaa91c367
commit 101076ed5c
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -2,8 +2,8 @@ const { Command } = require('discord.js-commando');
const temmize = require('./temmize.js'); const temmize = require('./temmize.js');
module.exports = class TemmieCommand extends Command { module.exports = class TemmieCommand extends Command {
constructor(Client) { constructor(client) {
super(Client, { super(client, {
name: 'temmie', name: 'temmie',
group: 'textedit', group: 'textedit',
memberName: 'temmie', memberName: 'temmie',
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "xiaobot", "name": "xiaobot",
"version": "22.0.0", "version": "22.0.1",
"description": "A Discord Bot", "description": "A Discord Bot",
"main": "shardingmanager.js", "main": "shardingmanager.js",
"repository": { "repository": {