mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 00:53:31 +01:00
docs: improve documentation (#1898)
* improve channel documentation * forgot some stuff * another one * im good at this * i did a dum
This commit is contained in:
@@ -499,7 +499,7 @@ class Guild extends Base {
|
||||
* @param {Snowflake|GuildAuditLogsEntry} [options.after] Limit to entries from after specified entry
|
||||
* @param {number} [options.limit] Limit number of entries
|
||||
* @param {UserResolvable} [options.user] Only show entries involving this user
|
||||
* @param {string|number} [options.type] Only show entries involving this action type
|
||||
* @param {ActionType|number} [options.type] Only show entries involving this action type
|
||||
* @returns {Promise<GuildAuditLogs>}
|
||||
*/
|
||||
fetchAuditLogs(options = {}) {
|
||||
|
||||
Reference in New Issue
Block a user