View Single Post
03/19/18, 04:09 PM   #8
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,578
I just tried the following two commands with and without any addons enabled and it works fine for me:
Code:
/script SLASH_COMMANDS["/sleep"] = nil
/script SLASH_COMMAND_AUTO_COMPLETE:InvalidateSlashCommandCache()
After running them, the sleep command won't show up in the results for the autocomplete, where it did before.
  Reply With Quote