MalikAza / pyZUnivers

ZUnivers API python wrapper
https://malikaza.github.io/pyZUnivers/
MIT License
2 stars 1 forks source link

Improvement: Enhance `!zu ck` command with channel link #10

Closed Weyrd closed 4 months ago

Weyrd commented 4 months ago

Description:

Currently, the !zu ck command does not include a direct link to the channel. To improve user experience, it would be beneficial to incorporate the channel link into the command output. This will allow users to easily access the channel directly from the command response.

Proposed Changes:

Benefits:

image

Channel id: 813980380780691486 (#échange-marché-corpo)

MalikAza commented 4 months ago

Previous commit will be used for the bot's code.

MalikAza commented 4 months ago

Successfully added to the bot:

embed = discord.Embed(title="ZUnivers - Corpokonar checker",color=discord.Colour(value=0x19BC14),
description=f"<#{ZU.utils.ECHANGE_MARCHE_CORPO_CHANNEL_ID}>\n\n" + "".join([f"- {x[0]} : {x[1]}\n" for x in tobe_tagged]))