From a3c818a963fbf003a940891c6d7772af93872a22 Mon Sep 17 00:00:00 2001 From: Lukas Blacha Date: Wed, 8 Feb 2023 13:16:51 +0100 Subject: [PATCH] Changed version and branch (0.2, main) --- Music-Bot.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Music-Bot.py b/Music-Bot.py index b6773fe..7c57124 100644 --- a/Music-Bot.py +++ b/Music-Bot.py @@ -1,7 +1,6 @@ import asyncio import re from datetime import timedelta -from urllib.parse import quote_plus import aiohttp import yt_dlp @@ -18,8 +17,8 @@ banner = """ | | | | \__ \ | ( _____| | | ( | | _| _| \__,_| ____/ _| \___| ____/ \___/ \__| """ -version = "0.1" -branch = "dev" +version = "0.2" +branch = "main" success = "**Success ✅**\n" warning = "**Warning ℹ️**\n" error = "**Error ❗️**\n"