mirror of
https://gitlab.com/pancakes1234/wdiscordbotserver.git
synced 2025-06-16 07:14:21 -06:00
feat: Add command to download KasaneTetoimageBrowser Setup executable
This commit is contained in:
parent
2fb63c32e1
commit
b811eed3dd
@ -100,5 +100,14 @@ class TetoImage(commands.Cog):
|
||||
view.message_id = msg.id
|
||||
self.history[msg.id] = (image_urls, current_index)
|
||||
|
||||
@app_commands.command(name="download_kasanetetoimagebrowser", description="Get the KasaneTetoimageBrowser Setup executable")
|
||||
async def download_kasanetetobrowser(self, interaction: discord.Interaction):
|
||||
embed = discord.Embed(
|
||||
title="Download KasaneTetoimageBrowser Setup",
|
||||
description="[Click here to download KasaneTetoimageBrowser_Setup.exe](https://filehost.internettools.org/KasaneTetoBrowser_Setup.exe)",
|
||||
color=discord.Color.red()
|
||||
)
|
||||
await interaction.response.send_message(embed=embed)
|
||||
|
||||
async def setup(bot):
|
||||
await bot.add_cog(TetoImage(bot))
|
Loading…
x
Reference in New Issue
Block a user