mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 11:28:15 +00:00
Prettified Code!
This commit is contained in:
@@ -9,6 +9,6 @@ export async function getWidgetSettings(guildId: bigint) {
|
||||
|
||||
return await rest.runMethod<GuildWidget>(
|
||||
"get",
|
||||
endpoints.GUILD_WIDGET(guildId),
|
||||
endpoints.GUILD_WIDGET(guildId)
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user