mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-23 01:53:51 +02:00
Oh Noes I did a Bad
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
const commando = require('discord.js-commando');
|
||||
|
||||
module.exports = class SendDMCommand extends commando.Command {
|
||||
constructor(Client) {
|
||||
super(Client, {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'senddm',
|
||||
aliases: [
|
||||
'dm',
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
const commando = require('discord.js-commando');
|
||||
|
||||
module.exports = class ServersCommand extends commando.Command {
|
||||
constructor(Client) {
|
||||
super(Client, {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'servers',
|
||||
aliases: [
|
||||
'serverlist'
|
||||
|
||||
Reference in New Issue
Block a user