mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 13:14:58 +05:00
Включить horserace
This commit is contained in:
parent
c5a3cff09e
commit
79de493a44
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ class Horserace extends Command {
|
||||||
super(client, {
|
super(client, {
|
||||||
name: "horserace",
|
name: "horserace",
|
||||||
dirname: __dirname,
|
dirname: __dirname,
|
||||||
enabled: false,
|
enabled: true,
|
||||||
guildOnly: true,
|
guildOnly: true,
|
||||||
aliases: ["hr"],
|
aliases: ["hr"],
|
||||||
memberPermissions: [],
|
memberPermissions: [],
|
||||||
|
|
Loading…
Reference in a new issue