From c7a66a3f0f829cb710e76e9748c4888570072829 Mon Sep 17 00:00:00 2001 From: Horst-Hartholz Date: Mon, 31 Oct 2022 00:01:25 +0100 Subject: [PATCH] added start computer function --- .gitignore | 5 ++++- main.py | 4 ++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f85251e..b97b0dc 100644 --- a/.gitignore +++ b/.gitignore @@ -129,4 +129,7 @@ dmypy.json .pyre/ # IDEA -.idea/ \ No newline at end of file +.idea/ + +#Meine Dateien +Git_Funtionen.txt \ No newline at end of file diff --git a/main.py b/main.py index c15a8f3..bca11f1 100644 --- a/main.py +++ b/main.py @@ -8,6 +8,10 @@ intents = discord.Intents.default() bot = discord.Client(intents=intents) +def start_computer(): + pass + + @bot.event async def on_ready(): print(f"{bot.user} has logged in.")