diff options
| author | Rapptz <[email protected]> | 2017-05-12 22:00:19 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2017-05-12 22:00:19 -0400 |
| commit | 823bfe5b2d16dfb2beff540345baf96f8e19eb1a (patch) | |
| tree | d222c9d644689cb1c54a744b663b0fb32663d676 /docs | |
| parent | Fix some left over incorrect snippets. (diff) | |
| download | discord.py-823bfe5b2d16dfb2beff540345baf96f8e19eb1a.tar.xz discord.py-823bfe5b2d16dfb2beff540345baf96f8e19eb1a.zip | |
Rename image file to lower case png.
Apparently Windows likes to make it PNG and not png which is quite
odd really.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/discord.rst | 2 | ||||
| -rw-r--r-- | docs/images/discord_create_new_app_button.png (renamed from docs/images/discord_new_app_button.PNG) | bin | 3864 -> 3864 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/docs/discord.rst b/docs/discord.rst index b9a3bad2..1929c310 100644 --- a/docs/discord.rst +++ b/docs/discord.rst @@ -11,7 +11,7 @@ Creating a Bot account is a pretty straightforward process. 2. Navigate to the `application page <https://discordapp.com/developers/applications/me>`_ 3. Click on the "New App" button. - .. image:: /images/discord_new_app_button.png + .. image:: /images/discord_create_new_app_button.png :alt: The new app button. 4. Give the application a name and a description if wanted and click "Create App". diff --git a/docs/images/discord_new_app_button.PNG b/docs/images/discord_create_new_app_button.png Binary files differindex 78a099dd..78a099dd 100644 --- a/docs/images/discord_new_app_button.PNG +++ b/docs/images/discord_create_new_app_button.png |