Skip to content

Commit

Permalink
Change documentation for the unMuteTime property
Browse files Browse the repository at this point in the history
  • Loading branch information
TheUntraceable committed Dec 24, 2021
1 parent 8cc91eb commit 74ac506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const { EventEmitter } = require('events')
* @property {number} [maxDuplicatesKick=10] Amount of duplicate messages that trigger a kick.
* @property {number} [maxDuplicatesBan=11] Amount of duplicate messages that trigger a ban.
*
* @property {number} [unMuteTime='0'] Time in ms to wait until unmuting a user.
* @property {number} [unMuteTime='0'] Time in minutes to wait until unmuting a user.
* @property {string|Discord.Snowflake} [modLogsChannelName='mod-logs'] Name or ID of the channel in which moderation logs will be sent.
* @property {boolean} [modLogsEnabled=false] Whether moderation logs are enabled.
* @property {string} [modLogsMode='embed'] Whether send moderations logs in an discord embed or normal message! Options: 'embed' or 'message".
Expand Down

0 comments on commit 74ac506

Please sign in to comment.