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)