mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
feat: re-export AuditLogEvent enum (#7528)
This commit is contained in:
@@ -164,6 +164,7 @@ exports.ActivityType = require('discord-api-types/v9').ActivityType;
|
||||
exports.ApplicationCommandType = require('discord-api-types/v9').ApplicationCommandType;
|
||||
exports.ApplicationCommandOptionType = require('discord-api-types/v9').ApplicationCommandOptionType;
|
||||
exports.ApplicationCommandPermissionType = require('discord-api-types/v9').ApplicationCommandPermissionType;
|
||||
exports.AuditLogEvent = require('discord-api-types/v9').AuditLogEvent;
|
||||
exports.ButtonStyle = require('discord-api-types/v9').ButtonStyle;
|
||||
exports.ChannelType = require('discord-api-types/v9').ChannelType;
|
||||
exports.ComponentType = require('discord-api-types/v9').ComponentType;
|
||||
|
||||
@@ -691,7 +691,7 @@ class Guild extends AnonymousGuild {
|
||||
* @property {Snowflake|GuildAuditLogsEntry} [before] Only return entries before this entry
|
||||
* @property {number} [limit] The number of entries to return
|
||||
* @property {UserResolvable} [user] Only return entries for actions made by this user
|
||||
* @property {AuditLogAction|number} [type] Only return entries for this action type
|
||||
* @property {?AuditLogEvent} [type] Only return entries for this action type
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
1
packages/discord.js/typings/index.d.ts
vendored
1
packages/discord.js/typings/index.d.ts
vendored
@@ -5111,6 +5111,7 @@ export {
|
||||
ApplicationCommandType,
|
||||
ApplicationCommandOptionType,
|
||||
ApplicationCommandPermissionType,
|
||||
AuditLogEvent,
|
||||
ButtonStyle,
|
||||
ChannelType,
|
||||
ComponentType,
|
||||
|
||||
Reference in New Issue
Block a user