There was an error while loading. Please reload this page.
1 parent afaf0a5 commit e69f86bCopy full SHA for e69f86b
1 file changed
src/features/looking-for-group.ts
@@ -50,7 +50,7 @@ export const lookingForGroup = async (bot: Client) => {
50
}
51
52
try {
53
- await retry(thread.fetchStarterMessage);
+ await retry(() => thread.fetchStarterMessage());
54
await thread.send({
55
embeds: [
56
{
0 commit comments