Skip to content

Commit

Permalink
feat(node): adding discord icon (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
FriendlyUser authored Oct 24, 2020
1 parent ba5e9bd commit ff96127
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions diagrams/saas/chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ class _Chat(_Saas):
_icon_dir = "resources/saas/chat"



class Discord(_Chat):
_icon = "discord.png"


class Mattermost(_Chat):
_icon = "mattermost.png"

Expand Down
1 change: 1 addition & 0 deletions docs/nodes/saas.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Node classes list of saas provider.

## saas.chat

- **diagrams.saas.chat.Discord**
- **diagrams.saas.chat.Mattermost**
- **diagrams.saas.chat.RocketChat**
- **diagrams.saas.chat.Slack**
Expand Down
Binary file added resources/saas/chat/discord.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ff96127

Please sign in to comment.