diff --git a/README.md b/README.md index 2411155..7f239ed 100644 --- a/README.md +++ b/README.md @@ -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**_
-Ich braucht folgende Dinge +Ihr braucht folgende Dinge
-`pip install --U discord.py` +`pip install -r requrements.txt`
`apt install youtube-dl ffmpeg` +_**Windows**_
+`pip install -r requrements.txt` diff --git a/bin/bot.py b/bin/bot.py index 66c1865..0b7b3fb 100644 --- a/bin/bot.py +++ b/bin/bot.py @@ -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']) \ No newline at end of file +client.run(config['DISCORD']['bot-token']) diff --git a/bin/config.ini b/bin/config.ini index 4675360..ca811b0 100644 --- a/bin/config.ini +++ b/bin/config.ini @@ -1,6 +1,6 @@ [DISCORD] -bot-token= +bot-token= NDIzMjE1NTM1ODkxODA4MjY2.XSs3Lg.I6O4DVC1q7jiGzDdNnNPsbm44VI owner= 155076323612688384 [VERSION] -version= Alpha 0.0.2v \ No newline at end of file +version= 2019.07.14-1