diff --git a/Music-Bot.py b/Music-Bot.py index 7f164d8..99e7f1b 100644 --- a/Music-Bot.py +++ b/Music-Bot.py @@ -16,6 +16,7 @@ banner = """ _| _| \__,_| ____/ _| \___| ____/ \___/ \__| """ version = "0.1" +branch = "dev" success = "**Success ✅**\n" warning = "**Warning ℹ️**\n" error = "**Error ❗️**\n" @@ -112,7 +113,7 @@ else: @bot.event async def on_ready(): print(banner) - print(f"Bot Version: {version}") + print(f"Bot Version: {version} ({branch})") print(f"Bot: {bot.user} (ID: {bot.user.id})") print( f"Invitation LINK: https://discord.com/api/oauth2/authorize?client_id={bot.user.id}&permissions=968552344896&scope=bot%20applications.commands")