mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-16 15:57:54 +02:00
Temmie Too
This commit is contained in:
@@ -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
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user