Skip to content

Commit

Permalink
Fixed !sleep command
Browse files Browse the repository at this point in the history
- Fixed !sleep command by adding it to the ThreadWaitForCommands list in the core_commands metadata.ini file
  • Loading branch information
DuckBoss committed Jun 8, 2020
1 parent 21a3ad3 commit 77b3c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JJMumbleBot/plugins/core/core_commands/metadata.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ PluginCommands: [
]

[Plugin Settings]
ThreadWaitForCommands: ["exit"]
ThreadWaitForCommands: ["exit", "sleep"]
UseSingleThread = False

[Plugin Type]
Expand Down

0 comments on commit 77b3c15

Please sign in to comment.