forked from MarseyWorld/MarseyWorld
same as last commit
parent
e382334c53
commit
40b4aff0e8
|
@ -25,7 +25,7 @@ def badge_grant(user, badge_id, description=None, url=None):
|
||||||
|
|
||||||
send_repeatable_notification(user.id,
|
send_repeatable_notification(user.id,
|
||||||
f"@AutoJanny has given you the following profile badge:\n\n" +
|
f"@AutoJanny has given you the following profile badge:\n\n" +
|
||||||
f"![]({badge.path})\n\n**{badge.name}**\n{badge.description}")
|
f"![]({badge.path})\n\n**{badge.name}**\n\n{badge.description}")
|
||||||
|
|
||||||
|
|
||||||
def archiveorg(url):
|
def archiveorg(url):
|
||||||
|
|
Loading…
Reference in New Issue