mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 03:23:29 +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.ApplicationCommandType = require('discord-api-types/v9').ApplicationCommandType;
|
||||||
exports.ApplicationCommandOptionType = require('discord-api-types/v9').ApplicationCommandOptionType;
|
exports.ApplicationCommandOptionType = require('discord-api-types/v9').ApplicationCommandOptionType;
|
||||||
exports.ApplicationCommandPermissionType = require('discord-api-types/v9').ApplicationCommandPermissionType;
|
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.ButtonStyle = require('discord-api-types/v9').ButtonStyle;
|
||||||
exports.ChannelType = require('discord-api-types/v9').ChannelType;
|
exports.ChannelType = require('discord-api-types/v9').ChannelType;
|
||||||
exports.ComponentType = require('discord-api-types/v9').ComponentType;
|
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 {Snowflake|GuildAuditLogsEntry} [before] Only return entries before this entry
|
||||||
* @property {number} [limit] The number of entries to return
|
* @property {number} [limit] The number of entries to return
|
||||||
* @property {UserResolvable} [user] Only return entries for actions made by this user
|
* @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,
|
ApplicationCommandType,
|
||||||
ApplicationCommandOptionType,
|
ApplicationCommandOptionType,
|
||||||
ApplicationCommandPermissionType,
|
ApplicationCommandPermissionType,
|
||||||
|
AuditLogEvent,
|
||||||
ButtonStyle,
|
ButtonStyle,
|
||||||
ChannelType,
|
ChannelType,
|
||||||
ComponentType,
|
ComponentType,
|
||||||
|
|||||||
Reference in New Issue
Block a user