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');
module.exports = class TemmieCommand extends Command {
constructor(Client) {
super(Client, {
constructor(client) {
super(client, {
name: 'temmie',
group: 'textedit',
memberName: 'temmie',
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiaobot",
"version": "22.0.0",
"version": "22.0.1",
"description": "A Discord Bot",
"main": "shardingmanager.js",
"repository": {