Real-Dev-Squad / discord-slash-commands

MIT License
4 stars 21 forks source link

REFACTOR: Separate /notify command #157

Closed sahsisunny closed 9 months ago

sahsisunny commented 9 months ago

Pull Request Description: In this pull request, we are separating the /notify command into two distinct commands to provide more specific notifications to users.

  1. /notify-overdue: This command is designed to notify users about overdue tasks.

Options:

  1. /notify-onboarding: This command is intended to notify users about their onboarding status.

Options:

Test Coverage: Test Coverage

Commands: Commands

Options: Options

This PR separates the /notify command for better user experience and clarity, allowing users to access relevant information more easily.