added start computer function

This commit is contained in:
Horst-Hartholz 2022-10-31 00:01:25 +01:00
parent 0d6a5e01f9
commit c7a66a3f0f
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

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