diff --git a/README.md b/README.md index 64423c4..748f63c 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,11 @@ A simple non-puppeting bridge between Matrix and Discord written in Python. NOTE: [Privileged Intents](https://discordpy.readthedocs.io/en/latest/intents.html#privileged-intents) must be enabled for your Discord bot. +## Screenshots +![Screenshot](screenshots/discord.png) + +![Screenshot](screenshots/matrix.png) + ## What Works - [x] Sending messages diff --git a/screenshots/discord.png b/screenshots/discord.png new file mode 100644 index 0000000..0b687c7 Binary files /dev/null and b/screenshots/discord.png differ diff --git a/screenshots/matrix.png b/screenshots/matrix.png new file mode 100644 index 0000000..2bf3755 Binary files /dev/null and b/screenshots/matrix.png differ