code-chronicles-code/leetcode-curriculum

Make the bot POTD statement more fun by randomizing the daily message

Open

#339 opened on Aug 17, 2024

 (1 comment) (1 reaction) (0 assignees)TypeScript (12 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (19 stars)
PR merge metrics
 (PR metrics pending)

Description

The discord bot that publishes the daily Leetcode problem publishes the link and an additional message per difficulty in https://github.com/code-chronicles-code/leetcode-curriculum/blob/main/workspaces/post-leetcode-potd-to-discord/src/getPotdMessage.ts.

We can make the message more fun by having more random messages for each difficulty level.

Contributor guide