Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
JMTK committed Jul 26, 2024
1 parent e25aa40 commit 81c22da
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 108 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ class TextBasedChannel {
const dm = await this.createDM();
return dm.send(options);
}

let messagePayload;

if (options instanceof MessagePayload) {
Expand Down
Loading

0 comments on commit 81c22da

Please sign in to comment.