mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-19 04:38:17 +00:00
refactor(handlers/guild): rename guild widget functions (#386)
* Update guild.ts * Update guild.ts * this should be named getWidgetSettings * update mod imports
This commit is contained in:
@@ -39,6 +39,7 @@ import {
|
||||
editGuildTemplate,
|
||||
editIntegration,
|
||||
editRole,
|
||||
editWidget,
|
||||
emojiURL,
|
||||
fetchMembers,
|
||||
getAuditLogs,
|
||||
@@ -66,6 +67,7 @@ import {
|
||||
getVanityURL,
|
||||
getVoiceRegions,
|
||||
getWebhooks,
|
||||
getWidgetSettings,
|
||||
guildBannerURL,
|
||||
guildIconURL,
|
||||
guildSplashURL,
|
||||
@@ -160,7 +162,7 @@ export let handlers = {
|
||||
deleteIntegration,
|
||||
deleteRole,
|
||||
deleteServer,
|
||||
editEmbed,
|
||||
editWidget,
|
||||
editEmoji,
|
||||
editGuild,
|
||||
editGuildTemplate,
|
||||
@@ -173,6 +175,7 @@ export let handlers = {
|
||||
getBans,
|
||||
getChannel,
|
||||
getChannels,
|
||||
getWidgetSettings,
|
||||
getEmbed,
|
||||
getEmoji,
|
||||
getEmojis,
|
||||
|
||||
Reference in New Issue
Block a user