mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-15 19:08:17 +00:00
refactor!: fix some spelling mistakes (#2144)
* refactor!: fix some spelling mistakes This fixes some spelling mistakes around the code base. Note not all are fixed. * subComponent
This commit is contained in:
@@ -24,7 +24,7 @@ export async function getAuditLogs(bot: Bot, guildId: bigint, options?: GetGuild
|
||||
return {
|
||||
users: auditlog.users.map((user) => bot.transformers.user(bot, user)),
|
||||
webhook: auditlog.webhooks.map((hook) => bot.transformers.webhook(bot, hook)),
|
||||
auditLogEntries: auditlog.audit_log_entries.map((entry) => bot.transformers.auditlogEntry(bot, entry)),
|
||||
auditLogEntries: auditlog.audit_log_entries.map((entry) => bot.transformers.auditLogEntry(bot, entry)),
|
||||
integrations: auditlog.integrations.map((integration) => ({
|
||||
id: integration.id ? bot.transformers.snowflake(integration.id) : undefined,
|
||||
name: integration.name,
|
||||
|
||||
Reference in New Issue
Block a user