tuxbot-bot/config.py
2017-03-25 12:31:18 -03:00

25 lines
418 B
Python

__author__ = "Maël — outout14"
__licence__ = "Apache License 2.0"
###########################
# TuxBot Config file #
###########################
## TOKEN
## Insert your DiscordAPP Token here
token = "TOKEN"
##PREFIX
##Default prefix .
prefix = "."
##Played Game
##Select Played Game in Discord APP
game = " Fun ! "
##Version information
## DONT TOUCH !
version = " Release 3.0 "