feat: change all occurrences of server with guild
This commit is contained in:
parent
57f31d487e
commit
fe1474416f
5 changed files with 10 additions and 10 deletions
|
@ -20,7 +20,7 @@ const route = useRoute();
|
|||
|
||||
async function generateInvite(): Promise<void> {
|
||||
const createdInvite: InviteResponse | undefined = await fetchWithApi(
|
||||
`/servers/${route.params.serverId}/invites`,
|
||||
`/guilds/${route.params.guildId}/invites`,
|
||||
{ method: "POST", body: { custom_id: "oijewfoiewf" } }
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue