Files
wow_Meta/api/SetChannelPassword.lua
2025-05-04 15:15:00 +02:00

8 lines
213 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param channel string
---@param password string
---Sets a password on a custom chat channel
function SetChannelPassword(channel, password) end