Skip to content

Commit

Permalink
Update src/commands/chatters/winter.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Jordon Shields <zuzuvelas@users.noreply.github.com>
  • Loading branch information
yusu-banana and zuzuvelas authored Jan 2, 2024
1 parent 45ede06 commit bf520e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/chatters/winter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class Winter {
command: SimpleCommandMessage
) {
let content
if (text !== undefined) {
if (text) {
content = `${text}? Estrogen can help with that`
} else {
content = 'Estrogen can help with that'
Expand Down

0 comments on commit bf520e6

Please sign in to comment.