Skip to content

Commit e69f86b

Browse files
authored
fix: Switched to callback to conserve this (#487)
1 parent afaf0a5 commit e69f86b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/features/looking-for-group.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export const lookingForGroup = async (bot: Client) => {
5050
}
5151

5252
try {
53-
await retry(thread.fetchStarterMessage);
53+
await retry(() => thread.fetchStarterMessage());
5454
await thread.send({
5555
embeds: [
5656
{

0 commit comments

Comments
 (0)