Initial commit
This commit is contained in:
6
api/SetChannelPassword.lua
Normal file
6
api/SetChannelPassword.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
|
||||
---@param channel string
|
||||
---@param password string
|
||||
---Sets a password on a custom chat channel
|
||||
function SetChannelPassword(channel, password) end
|
Reference in New Issue
Block a user