Move version to independent VERSION file

This commit is contained in:
2025-09-21 14:59:12 +02:00
parent f01b942818
commit 2f33d840f3
5 changed files with 14 additions and 3 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ class Debug_Command(Base_Cog):
embed = discord.Embed(title="Debug Information")
embed.add_field(name="Version",
value=f"`{portal.PROGRAM_VERSION}`",
value=ctx.client.VERSION,
inline=True)
embed.add_field(name="Uptime",
value=f"{get_elapsed_time_big(datetime.now().timestamp() - portal.STARTUP_TIMESTAMP)}",