mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 19:28:17 +00:00
@@ -12,5 +12,8 @@ export async function getWidget(guildId: string, options?: { force: boolean }) {
|
||||
}
|
||||
|
||||
// TODO: add return type
|
||||
return await rest.runMethod("get", `${endpoints.GUILD_WIDGET(guildId)}.json`);
|
||||
return await rest.runMethod(
|
||||
"get",
|
||||
`${endpoints.GUILD_WIDGET(guildId)}.json`,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user