-
Notifications
You must be signed in to change notification settings - Fork 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
KIBA-1774: Create a DiscordClient and use in MessageProcessor #70
Conversation
CHANGELOG.md
Outdated
@@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) | |||
## [Unreleased] | |||
|
|||
### Added | |||
- [MAJOR] Added `notification_client.py` abstract class to help send data to multiple platforms |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- [MAJOR] Added `notification_client.py` abstract class to help send data to multiple platforms | |
- [MAJOR] Added `NotificationClient` abstract class to help send data to multiple platforms |
CHANGELOG.md
Outdated
@@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) | |||
## [Unreleased] | |||
|
|||
### Added | |||
- [MAJOR] Added `notification_client.py` abstract class to help send data to multiple platforms | |||
- [MAJOR] Added `discord_client.py` to send data discord server |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- [MAJOR] Added `discord_client.py` to send data discord server | |
- [MAJOR] Added `DiscordClient` to send data discord server |
CHANGELOG.md
Outdated
@@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) | |||
## [Unreleased] | |||
|
|||
### Added | |||
- [MAJOR] Added `notification_client.py` abstract class to help send data to multiple platforms | |||
- [MAJOR] Added `discord_client.py` to send data discord server | |||
- [MINOR] Updated `MessageQueueProcessor` to use a list of NotificationClients to send server messages |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- [MINOR] Updated `MessageQueueProcessor` to use a list of NotificationClients to send server messages | |
- [MINOR] Updated `MessageQueueProcessor` to use a list of `NotificationClients` to send server messages |
@@ -13,8 +14,9 @@ | |||
from core.exceptions import KibaException | |||
from core.queues.message_queue import MessageQueue | |||
from core.queues.model import Message | |||
from core.slack_client import SlackClient | |||
# from core.slack_client import SlackClient |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove
Description
Screenshots:
Checklist: