diff --git a/commands/textedit/temmie.js b/commands/textedit/temmie.js index fdc50404..5048b817 100644 --- a/commands/textedit/temmie.js +++ b/commands/textedit/temmie.js @@ -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', diff --git a/package.json b/package.json index ea97645d..98a6f63c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiaobot", - "version": "22.0.0", + "version": "22.0.1", "description": "A Discord Bot", "main": "shardingmanager.js", "repository": {