Skip to content
This repository has been archived by the owner on Jul 3, 2021. It is now read-only.

[actions] moderateUnmuteUser

Thedark1337 edited this page Aug 31, 2016 · 2 revisions

moderateUnmuteUser(userID[, callback])

Unmute an user. The bot needs to have manager permission or higher.


Parameters

userID number

The user's ID.

callback function (optional)

Callback function to be called with data from server.


Returns

true if request queued; otherwise false


Example

// No longer mute user 'xxxxxx'
bot.moderateUnmuteUser('xxxxxx');
Clone this wiki locally