forked from Supositware/Haha-Yes
Forgot to change back the alias
This commit is contained in:
parent
e6de826bcf
commit
5ee8092915
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ const fs = require('fs');
|
||||||
class DownloadCommand extends Command {
|
class DownloadCommand extends Command {
|
||||||
constructor() {
|
constructor() {
|
||||||
super('download2', {
|
super('download2', {
|
||||||
aliases: ['download2', 'dl2'],
|
aliases: ['download', 'dl'],
|
||||||
category: 'utility',
|
category: 'utility',
|
||||||
clientPermissions: ['SEND_MESSAGES', 'EMBED_LINKS', 'ATTACH_FILES'],
|
clientPermissions: ['SEND_MESSAGES', 'EMBED_LINKS', 'ATTACH_FILES'],
|
||||||
args: [
|
args: [
|
||||||
|
|
Loading…
Reference in a new issue