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