Skip to content

Commit 9012ae5

Browse files
committed
replace imgur with raw github links
1 parent 5619736 commit 9012ae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/tags/tags.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def create_report_info_tag(
184184
color=(255, 0, 0),
185185
report_to_staff=True,
186186
)
187-
tag.embed.set_image(url="https://i.imgur.com/jxEcGvl.gif")
187+
tag.embed.set_image(url="https://raw.githubusercontent.com/TransGG/assets/refs/heads/main/how-to-report.gif")
188188
return tag
189189

190190

0 commit comments

Comments
 (0)