Skip to content

Commit

Permalink
Hmm
Browse files Browse the repository at this point in the history
  • Loading branch information
gausie committed Nov 28, 2023
1 parent 05ed048 commit 3048576
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/kol/automatedfuture.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export const data = new SlashCommandBuilder()

async function visitTTT(): Promise<string> {
return await kolClient.actionMutex.runExclusive(async () => {
await kolClient.visitUrl("town.php");
return kolClient.visitUrl("place.php?whichplace=twitch");
});
}
Expand Down

0 comments on commit 3048576

Please sign in to comment.