We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 629b3e7 commit 29582f1Copy full SHA for 29582f1
1 file changed
src/cogs/about.py
@@ -43,7 +43,7 @@ async def about(self, interaction: discord.Interaction):
43
)
44
embed.add_field(
45
name="Version",
46
- value=f"v{__version__} (リリースノート: [GitHub](https://github.com/UniProject/analyze-bot/releases/tag/v{__version__} ))",
+ value=f"v{__version__} (リリースノート: [GitHub](https://github.com/UniProject/DiscordAnalyzeBot/releases/tag/v{__version__} ))",
47
inline=False,
48
49
await interaction.response.send_message(embed=embed)
0 commit comments