mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Temmie Too
This commit is contained in:
@@ -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
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xiaobot",
|
||||
"version": "22.0.0",
|
||||
"version": "22.0.1",
|
||||
"description": "A Discord Bot",
|
||||
"main": "shardingmanager.js",
|
||||
"repository": {
|
||||
|
||||
Reference in New Issue
Block a user