Drop stringToBinary Dependency

This commit is contained in:
Daniel Odendahl Jr
2017-04-12 01:37:42 +00:00
parent d560221f5d
commit 34541e042b
3 changed files with 9 additions and 4 deletions
-1
View File
@@ -1,5 +1,4 @@
const { Command } = require('discord.js-commando');
String.prototype.shuffle = function() {
let a = this.split(''),
n = a.length;