forked from Supositware/Haha-Yes
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
5cd3bdc1b2
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ const fs = require('fs');
|
|||
|
||||
class DownloadCommand extends Command {
|
||||
constructor() {
|
||||
super('download2', {
|
||||
aliases: ['download2', 'dl2'],
|
||||
super('download', {
|
||||
aliases: ['download', 'dl'],
|
||||
category: 'utility',
|
||||
clientPermissions: ['SEND_MESSAGES', 'EMBED_LINKS', 'ATTACH_FILES'],
|
||||
args: [
|
||||
|
|
Loading…
Reference in a new issue