mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-21 14:04:38 +02:00
Remove useless aliases, bug fixes
This commit is contained in:
@@ -5,7 +5,6 @@ module.exports = class MD5Command extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'md5',
|
||||
aliases: ['md5-hash'],
|
||||
group: 'text-edit',
|
||||
memberName: 'md5',
|
||||
description: 'Creates a hash of text with the MD5 algorithm.',
|
||||
|
||||
Reference in New Issue
Block a user