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

3
.gitignore vendored
View File

@ -130,3 +130,6 @@ dmypy.json
# IDEA # IDEA
.idea/ .idea/
#Meine Dateien
Git_Funtionen.txt

View File

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