Skip to content

Commit

Permalink
Noop
Browse files Browse the repository at this point in the history
  • Loading branch information
XboxBedrock authored Mar 7, 2022
1 parent 48c4324 commit 96178ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/noop.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//this is much better than the og noop used in main-bot
export function noop(...args: any[]): void {
//noop
export function noop(...args: any[]): null {
return null
}

0 comments on commit 96178ac

Please sign in to comment.