Use hard-coded image so it works in glitch's UI

This commit is contained in:
Matt Hova
2023-08-28 11:46:06 -07:00
committed by GitHub
parent db7ffb3023
commit 3d9dcb5b47

View File

@@ -2,7 +2,7 @@
This project contains a basic rock-paper-scissors-style Discord app written in JavaScript, built for the [getting started guide](https://discord.com/developers/docs/getting-started).
![Demo of app](/assets/getting-started-demo.gif?raw=true)
![Demo of app](https://github.com/discord/discord-example-app/raw/main/assets/getting-started-demo.gif?raw=true)
> ✨ A version of this code is also hosted **[on Glitch 🎏](https://glitch.com/~getting-started-discord)** and **[on Replit 🌀](https://replit.com/github/discord/discord-example-app)**