added start computer function
This commit is contained in:
parent
0d6a5e01f9
commit
c7a66a3f0f
5
.gitignore
vendored
5
.gitignore
vendored
@ -129,4 +129,7 @@ dmypy.json
|
|||||||
.pyre/
|
.pyre/
|
||||||
|
|
||||||
# IDEA
|
# IDEA
|
||||||
.idea/
|
.idea/
|
||||||
|
|
||||||
|
#Meine Dateien
|
||||||
|
Git_Funtionen.txt
|
4
main.py
4
main.py
@ -8,6 +8,10 @@ intents = discord.Intents.default()
|
|||||||
bot = discord.Client(intents=intents)
|
bot = discord.Client(intents=intents)
|
||||||
|
|
||||||
|
|
||||||
|
def start_computer():
|
||||||
|
pass
|
||||||
|
|
||||||
|
|
||||||
@bot.event
|
@bot.event
|
||||||
async def on_ready():
|
async def on_ready():
|
||||||
print(f"{bot.user} has logged in.")
|
print(f"{bot.user} has logged in.")
|
||||||
|
Loading…
Reference in New Issue
Block a user