Remove useless aliases, bug fixes

This commit is contained in:
Daniel Odendahl Jr
2018-11-03 18:21:19 +00:00
parent 01bc93b1ba
commit f9c37e7ea6
146 changed files with 206 additions and 312 deletions
-1
View File
@@ -5,7 +5,6 @@ module.exports = class SHA1Command extends Command {
constructor(client) {
super(client, {
name: 'sha-1',
aliases: ['sha-1-hash'],
group: 'text-edit',
memberName: 'sha-1',
description: 'Creates a hash of text with the SHA-1 algorithm.',