merged into main

This commit is contained in:
Lu Baumann 2022-10-31 00:41:24 +01:00
commit 65034ced1c
2 changed files with 8 additions and 1 deletions

5
.gitignore vendored
View File

@ -129,4 +129,7 @@ dmypy.json
.pyre/
# IDEA
.idea/
.idea/
#Meine Dateien
Git_Funtionen.txt

View File

@ -5,6 +5,10 @@ from dotenv import load_dotenv
BOT_NAME = "Dumb Bitch"
def start_computer():
pass
class MyClient(discord.Client):
async def on_ready(self):
print(f"Logged on as {self.user}.")