mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-08 15:19:14 +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',
|
||||
|
||||
Reference in New Issue
Block a user