Oh Noes I did a Bad

This commit is contained in:
Daniel Odendahl Jr
2017-04-11 03:32:52 +00:00
parent 3c6454ab9a
commit 96b03b40ba
103 changed files with 206 additions and 206 deletions
+2 -2
View File
@@ -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',