Update file main.py

This commit is contained in:
DasMoorhuhn 2023-02-03 20:56:08 +00:00
parent 0935534926
commit bb8b3afbf6

View File

@ -116,7 +116,7 @@ async def slash(interaction: Interaction):
Uptime: {int(round(uptime/60, 1))}m Uptime: {int(round(uptime/60, 1))}m
Version: {botVersion} from {botDate} Version: {botVersion} from {botDate}
Developer: DasMoorhuhn.py#2604 Developer: DasMoorhuhn.py#2604
Sourcecode: https://gitlab.com/HendrikHeine/it-discord-bot Sourcecode: https://gitlab.com/HendrikHeine/tux-discord-bot
""" """
embed = discord.Embed(title=f"Info", description="about this Server", timestamp=datetime.datetime.utcnow(), color=Color.blue()) embed = discord.Embed(title=f"Info", description="about this Server", timestamp=datetime.datetime.utcnow(), color=Color.blue())