mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 05:04:58 +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 {
|
||||
constructor (client) {
|
||||
super(client, {
|
||||
name: "debug",
|
||||
name: "set",
|
||||
dirname: __dirname,
|
||||
enabled: true,
|
||||
guildOnly: true,
|
||||
|
|
Loading…
Reference in a new issue