mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 13:14:58 +05:00
disable pause and resume
This commit is contained in:
parent
83869a52b6
commit
93948415df
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ class Pause extends Command {
|
|||
super(client, {
|
||||
name: "pause",
|
||||
dirname: __dirname,
|
||||
enabled: true,
|
||||
enabled: false,
|
||||
guildOnly: true,
|
||||
aliases: [],
|
||||
memberPermissions: [],
|
||||
|
|
|
@ -5,7 +5,7 @@ class Resume extends Command {
|
|||
super(client, {
|
||||
name: "resume",
|
||||
dirname: __dirname,
|
||||
enabled: true,
|
||||
enabled: false,
|
||||
guildOnly: true,
|
||||
aliases: [],
|
||||
memberPermissions: [],
|
||||
|
|
Loading…
Reference in a new issue