mirror of
https://git.wownero.com/lza_menace/suchwow.git
synced 2024-08-15 01:03:19 +00:00
discord: use link to post instead of direct image
This commit is contained in:
parent
142475a669
commit
8c014e1292
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ def post_discord_webhook(post):
|
|||
try:
|
||||
wallet = wownero.Wallet()
|
||||
post_wow_address = wallet.get_address(account=post.account_index)
|
||||
content = f"{choice(intro)} {choice(insults)}, new SuchWow post #{post.id} by {post.submitter} is up! Tip WOW to `{post_wow_address}` to show support! {url_for('post.uploaded_file', filename=post.image_name, _external=True)}"
|
||||
content = f"{choice(intro)} {choice(insults)}, new SuchWow post #{post.id} by {post.submitter} is up! {url_for('post.read', id=post.id, _external=True)}"
|
||||
msg = {"content": content}
|
||||
discord_webhook_url = config.DISCORD_URL
|
||||
r = requests.post(discord_webhook_url, data=msg)
|
||||
|
|
Loading…
Reference in a new issue