added version indicator
This commit is contained in:
2
run.py
2
run.py
@@ -17,6 +17,8 @@ if switch == 0:
|
|||||||
print("Missing Config.")
|
print("Missing Config.")
|
||||||
sys.exit()
|
sys.exit()
|
||||||
|
|
||||||
|
print("V 1.0")
|
||||||
|
|
||||||
intents = discord.Intents.default()
|
intents = discord.Intents.default()
|
||||||
intents.members = True
|
intents.members = True
|
||||||
bot = commands.Bot(command_prefix=".", intents = intents)
|
bot = commands.Bot(command_prefix=".", intents = intents)
|
||||||
|
|||||||
Reference in New Issue
Block a user