renamed to reloadcmd
This commit is contained in:
parent
6fa84b1e4a
commit
3a86958cee
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
||||||
const { Command } = require('discord-akairo');
|
const { Command } = require('discord-akairo');
|
||||||
|
|
||||||
class reloadCommand extends Command {
|
class reloadcmdCommand extends Command {
|
||||||
constructor() {
|
constructor() {
|
||||||
super('reload', {
|
super('reloadcmd', {
|
||||||
aliases: ['reload'],
|
aliases: ['reloadcmd'],
|
||||||
category: 'owner',
|
category: 'owner',
|
||||||
ownerOnly: 'true',
|
ownerOnly: 'true',
|
||||||
args: [
|
args: [
|
||||||
|
@ -27,4 +27,4 @@ class reloadCommand extends Command {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = reloadCommand;
|
module.exports = reloadcmdCommand;
|
Loading…
Reference in a new issue