6 lines
156 B
Lua
6 lines
156 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return boolean isBusy
|
|
---Returns whether the player's status is Busy
|
|
function IsChatDND() end
|