mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-13 08:19:08 +02:00
Oh Noes I did a Bad
This commit is contained in:
@@ -2,8 +2,8 @@ const commando = require('discord.js-commando');
|
||||
const stringToBinary = require('string-to-binary');
|
||||
|
||||
module.exports = class BinaryCommand extends commando.Command {
|
||||
constructor(Client) {
|
||||
super(Client, {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'binary',
|
||||
group: 'textedit',
|
||||
memberName: 'binary',
|
||||
|
||||
Reference in New Issue
Block a user