mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 21:24:59 +05:00
hotfix
This commit is contained in:
parent
1c744a5070
commit
931403316b
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ const Command = require("../../base/Command.js");
|
||||||
class Set extends Command {
|
class Set extends Command {
|
||||||
constructor (client) {
|
constructor (client) {
|
||||||
super(client, {
|
super(client, {
|
||||||
name: "debug",
|
name: "set",
|
||||||
dirname: __dirname,
|
dirname: __dirname,
|
||||||
enabled: true,
|
enabled: true,
|
||||||
guildOnly: true,
|
guildOnly: true,
|
||||||
|
|
Loading…
Reference in a new issue