Update config.py

This commit is contained in:
Maël 2017-03-25 12:31:18 -03:00 committed by GitHub
parent cb9d0fb95c
commit 4661c00632

View file

@ -2,23 +2,23 @@ __author__ = "Maël — outout14"
__licence__ = "Apache License 2.0" __licence__ = "Apache License 2.0"
########################### ###########################
# RADIS CONFIGURATION # # TuxBot Config file #
# by Outout14 :) #
########################### ###########################
## TOKEN ## TOKEN
## Aide : (Créer l'aide) ## Insert your DiscordAPP Token here
token = "TOKEN" token = "TOKEN"
##PREFIX ##PREFIX
##C'est quoi ? : (Créer page ) ##Default prefix .
prefix = "." prefix = "."
##Jeu joué ##Played Game
##En savoir plus : (page) ##Select Played Game in Discord APP
game = " Fun ! " game = " Fun ! "
##Version information ##Version information
version = " Release 2.0 " ## DONT TOUCH !
version = " Release 3.0 "