This commit is contained in:
Daniel Odendahl Jr
2018-02-17 14:05:01 +00:00
parent ffa081b363
commit 0ebd66a3c9
21 changed files with 334 additions and 58 deletions
+1
View File
@@ -9,6 +9,7 @@ module.exports = class BinaryCommand extends Command {
group: 'text-edit',
memberName: 'binary',
description: 'Converts text to binary.',
details: `**Modes**: ${modes.join(', ')}`,
args: [
{
key: 'mode',