6 lines
203 B
Lua
6 lines
203 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param index number
|
|
---@param note string
|
|
---Sets the public note for a guild member
|
|
function GuildRosterSetPublicNote(index, note) end |