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.")