merged into main
This commit is contained in:
commit
65034ced1c
3
.gitignore
vendored
3
.gitignore
vendored
@ -130,3 +130,6 @@ dmypy.json
|
|||||||
|
|
||||||
# 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