merged into main
This commit is contained in:
commit
65034ced1c
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
@ -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}.")
|
||||||
|
Loading…
Reference in New Issue
Block a user