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