fixed ts fuckass code to use the internal version

This commit is contained in:
ザカリアス・ウィリアム・ポージー 2025-05-07 22:12:58 +09:00
parent 0eea02ac7b
commit d3af2c3810

View File

@ -99,6 +99,7 @@ class Core(commands.Cog):
embed.add_field(name="Website", value="https://discordbot.learnhelp.cc", inline=False)
embed.add_field(name="Discord Server", value="https://discord.gg/9CFwFRPNH4", inline=False)
embed.add_field(name="GitHub", value="https://github.com/pancakes-proxy/wdiscordbot", inline=False)
embed.add_field(name"Version", value="Offical Server Bot Version")
embed.set_footer(text="Thank you for using the bot!")
await interaction.response.send_message(embed=embed)
@ -109,7 +110,7 @@ class Core(commands.Cog):
return
await interaction.response.send_message("Initiating update. The bot will restart shortly...")
target_dir = "/home/server/wdiscordbotserver/"
repo_url = "https://github.com/pancakes-proxy/wdiscordbot.git"
repo_url = "https://gitlab.com/pancakes1234/wdiscordbotserver.git"
restart_script = "/home/server/wdiscordbotserver/bot.py"
try: