You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
362 B

1 year ago
  1. # CustomCommands
  2. Uncomment line 47 in your config.php from
  3. `// __DIR__ . '/CustomCommands',`
  4. to
  5. `__DIR__ . '/CustomCommands',`
  6. to enable this Folder.
  7. You then can copy example Commands from the Command folder.
  8. **:exclamation: Important!**
  9. DO NOT COPY THE ENTIRE COMMAND FOLDER CONTENT!!
  10. Some Command Files are Duplicated and may interfere with each other.