diff --git a/content/docs/events.md b/content/docs/events.md index fd1d641..f04431e 100644 --- a/content/docs/events.md +++ b/content/docs/events.md @@ -18,7 +18,7 @@ $ php laracord make:event Example When creating an event, you will be prompted to choose a listener from a searchable select box. -![Event Screenshot](https://i.imgur.com/S1sdFim.png) +![Event Screenshot](/images/make-event.png) Once you select a listener, an Event class will automatically be generated including the necessary namespaces/typing specific to the handler. diff --git a/content/docs/installation.md b/content/docs/installation.md index 2004785..0779674 100644 --- a/content/docs/installation.md +++ b/content/docs/installation.md @@ -12,7 +12,7 @@ Laracord is a [micro-framework](https://github.com/laracord/framework) that prov Build functional, elegant bots harnessing the full power of [Laravel](https://laravel.com/) alongside [DiscordPHP](https://github.com/discord-php/DiscordPHP). -![Screenshot](https://i.imgur.com/yW2vpPR.png) +![Screenshot](/images/laracord-cli.png) ## Creating a Project diff --git a/public/images/laracord-cli.png b/public/images/laracord-cli.png new file mode 100644 index 0000000..e35ad54 Binary files /dev/null and b/public/images/laracord-cli.png differ diff --git a/public/images/make-event.png b/public/images/make-event.png new file mode 100644 index 0000000..064fc28 Binary files /dev/null and b/public/images/make-event.png differ