Skip to content

Commit c2bcd65

Browse files
committed
fix: "Added two 'return' statements in CopBot class methods"
1 parent 60f3d28 commit c2bcd65

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/bot/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ export class CopBot {
118118
}
119119
}
120120
}
121+
return;
121122
}
122123

123124
@SaveUserData()
@@ -135,5 +136,6 @@ First of all, thanks to @${from?.username!} for inviting me to this awesome grou
135136
I'm here to help out and make sure everyone has a good time. Are you curious about what I can do? Just type the /help command.
136137
`;
137138
await reply.textReply(message);
139+
return;
138140
}
139141
}

0 commit comments

Comments
 (0)