Ready !
This commit is contained in:
parent
4661c00632
commit
5df3013ad9
1 changed files with 13 additions and 4 deletions
17
README.md
17
README.md
|
@ -1,5 +1,14 @@
|
||||||
# tuxbot-bot
|
# TuxBot
|
||||||
TuxBot, un bot discord fun en python.
|
|
||||||
|
|
||||||
# infos :
|
## Description
|
||||||
source code du bot provenant du serveur discord "Aide GNU/Linux-Fr". Invitation => http://discord.gg/B5TzW7x
|
TuxBot, un bot discord écrit en Python.
|
||||||
|
|
||||||
|
Ici se trouve le code source de ce bot proventant du serveur Discord "Aide GNU/Linux-Fr".
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
TuxBot à besoin de ``Python 3.5`` et de la librairie python ``discord.py`` pour fonctionner. Une fois ces deux "programmes" installés, éditez le fichier ``config.py`` en entrant votre token puis si vous êtes sous windows lancez le fichier ``start-windows.bat`` pour lancer le bot et si vous êtes sous linux, ouvrez un terminal dans le dossier du bot puis executez la commande ``python main.py`` ou ``python3.5 main.py`` (dépend de votre machine)
|
||||||
|
|
||||||
|
## Liens utiles
|
||||||
|
- Invitation au serveur discord "Aide GNU/Linux-Fr" => http://discord.gg/B5TzW7x
|
||||||
|
- Github de la librairie ``discord.py`` => https://github.com/Rapptz/discord.py
|
||||||
|
- Site du développeur du bot => https://outout.tech
|
||||||
|
|
Loading…
Reference in a new issue