v2019.07.14

This commit is contained in:
2019-07-14 16:11:14 +02:00
parent 08d0000eec
commit 1f481da95f
3 changed files with 20 additions and 8 deletions

View File

@@ -1,18 +1,29 @@
# UnknownBot
Dieser Bot ist nur ein Test Bot der von mir Programmiert worden ist ...
Dies ist ein schöner und netter Bot. Auch wenn er auf sich warten läst. Ich arbeite an ihn wenn ich wieder lust habe oder nicht.
Ich selber bin in der Sprache "Python" ein reiner Anfänger also nehment mir es nicht so übel wenn der Code ein bisschen unübersichtlich ist...
Trotzdem viel Spaß...
# Installation
# Commands
**?help** - Übersicht der Commands
**?uptime** - wie lange ist der Bot schon online
**?bot** - Kleine Rand information vom Bot.
Music-CMDs
**?play [URL]** - Spielt aktuellen Link ab
**?queue** - Zeigt aktuelles Lied an
# Istallation
_**Linux**_<br>
Ich braucht folgende Dinge
Ihr braucht folgende Dinge
<br>
`pip install --U discord.py`
`pip install -r requrements.txt`
<br>
`apt install youtube-dl ffmpeg`
_**Windows**_<br>
`pip install -r requrements.txt`

View File

@@ -21,7 +21,8 @@ async def on_ready():
print ('')
print ('UnknownBot ist gestartet')
print ('')
await client.change_presence(game=discord.Game(name="on exoticzone.de"))
print ('?help - Für mehr Informationen')
await client.change_presence(game=discord.Game(name="booting ..."))
@client.event
async def on_message(message):
@@ -220,4 +221,4 @@ async def uptime():
client.loop.create_task(uptime())
client.run(config['DISCORD']['bot-token'])
client.run(config['DISCORD']['bot-token'])

View File

@@ -1,6 +1,6 @@
[DISCORD]
bot-token=
bot-token= NDIzMjE1NTM1ODkxODA4MjY2.XSs3Lg.I6O4DVC1q7jiGzDdNnNPsbm44VI
owner= 155076323612688384
[VERSION]
version= Alpha 0.0.2v
version= 2019.07.14-1