From e6103faba6f8bc3dc0e05867890da02472522d13 Mon Sep 17 00:00:00 2001 From: Faiz Ahmed <32914211+Sleepingpirates@users.noreply.github.com> Date: Wed, 4 Aug 2021 19:38:44 -0400 Subject: [PATCH] added version indicator --- run.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/run.py b/run.py index 8a63228..6c6accf 100644 --- a/run.py +++ b/run.py @@ -17,6 +17,8 @@ if switch == 0: print("Missing Config.") sys.exit() +print("V 1.0") + intents = discord.Intents.default() intents.members = True bot = commands.Bot(command_prefix=".", intents = intents)