Update config.py
This commit is contained in:
parent
cb9d0fb95c
commit
4661c00632
1 changed files with 7 additions and 7 deletions
14
config.py
14
config.py
|
@ -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 "
|
||||||
|
|
Loading…
Reference in a new issue