diff --git a/bot.py b/bot.py index 9acd36e..5658cc1 100644 --- a/bot.py +++ b/bot.py @@ -242,7 +242,7 @@ async def callback(self, interaction: discord.Interaction): privacy_policy_button = link_button(text="Show 📩", link="https://github.com/D-I-Projects/Discord-Bot/blob/main/privacy_policy.md") github_page_button = link_button(text="Open 📩" , link="https://github.com/D-I-Projects/Discord-Bot") discord_join_button = link_button(text="Join 📩", link="https://discord.gg/5NDYmBVdSA") - version_button = link_button(text="Show 📩", link="https://github.com/D-I-Projects/Discord-Bot/releases/tag/v24.8.21") + version_button = link_button(text="Show 📩", link="https://github.com/D-I-Projects/Discord-Bot/releases/tag/v24.8.23-3") if selected_important == "Terms of Service": await interaction.response.send_message(f"Here you can take a look at our [Terms of Service](https://github.com/D-I-Projects/Discord-Bot/blob/main/terms_of_service.md)!", view=terms_of_service_button, ephemeral=True) elif selected_important == "Privacy Policy": @@ -252,7 +252,7 @@ async def callback(self, interaction: discord.Interaction): elif selected_important == "Discord": await interaction.response.send_message(f"**A link to our [Discord Server](https://discord.gg/5NDYmBVdSA)**!", view=discord_join_button, ephemeral=True) elif selected_important == "Version": - await interaction.response.send_message(f"**Current version : [v24.8.23-2](https://github.com/D-I-Projects/Discord-Bot/releases/tag/v24.8.23-2)**", view=version_button ,ephemeral=True) + await interaction.response.send_message(f"**Current version : [v24.8.23-3](https://github.com/D-I-Projects/Discord-Bot/releases/tag/v24.8.23-3)**", view=version_button ,ephemeral=True) @app_commands.command(name="important", description="Important Links for the Discord Bot.") @app_commands.allowed_installs(guilds=True, users=True)