aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Siddhesh Mhadnak <[email protected]>2022-07-17 20:20:56 +0530
committerGravatar Siddhesh Mhadnak <[email protected]>2022-07-17 20:20:57 +0530
commit41f6e4d86cef4d1b2f5e368e65e534d58f1d489b (patch)
tree18cb88ccdcecd243c1fffdc2d3bcc9266672e42d
parentchore(tags/print-return): add the GIF to the repo (diff)
fix(tags/print-return): use the raw GitHub URL for the GIF
As mentioned in the previous commit, using the raw GitHub URL would be more reliable than a Discord CDN URL.
-rw-r--r--bot/resources/tags/print-return.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/resources/tags/print-return.md b/bot/resources/tags/print-return.md
index 77dc8a21c..89d37053f 100644
--- a/bot/resources/tags/print-return.md
+++ b/bot/resources/tags/print-return.md
@@ -2,7 +2,7 @@
embed:
title: Print and Return
image:
- url: https://cdn.discordapp.com/attachments/267659945086812160/998198889154879558/print-return.gif
+ url: https://raw.githubusercontent.com/python-discord/bot/main/bot/resources/media/print-return.gif
---
Here's a handy animation demonstrating how `print` and `return` differ in behavior.