Merge pull request #875 from discordeno/todos

Complete some TODOs
This commit is contained in:
ITOH
2021-04-30 18:45:47 +02:00
committed by GitHub
5 changed files with 27 additions and 22 deletions
+4 -1
View File
@@ -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`,
);
}