Skip to content

Add slash commands and monitored channel logic #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 17, 2025

Conversation

TheusHen
Copy link
Member

Implement new slash commands and monitored channel functionality.

  • Add /beta_status, /timeline, and /about slash commands in src/index.js
  • Add logic to delete regular messages in a monitored channel and send an embed message in src/index.js
  • Update config.json to include monitoredChannelId
  • Add tests for new slash commands in tests/slashCommands.test.js
  • Add tests for monitored channel functionality in tests/monitoredChannel.test.js

Implement new slash commands and monitored channel functionality.

* Add `/beta_status`, `/timeline`, and `/about` slash commands in `src/index.js`
* Add logic to delete regular messages in a monitored channel and send an embed message in `src/index.js`
* Update `config.json` to include `monitoredChannelId`
* Add tests for new slash commands in `tests/slashCommands.test.js`
* Add tests for monitored channel functionality in `tests/monitoredChannel.test.js`
@TheusHen TheusHen merged commit ce50748 into main May 17, 2025
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant