tuxbot-bot/config.py

25 lines
418 B
Python
Raw Normal View History

2016-07-06 23:03:13 +02:00
__author__ = "Maël — outout14"
__licence__ = "Apache License 2.0"
###########################
2017-03-25 16:31:18 +01:00
# TuxBot Config file #
2016-07-06 23:03:13 +02:00
###########################
## TOKEN
2017-03-25 16:31:18 +01:00
## Insert your DiscordAPP Token here
2016-07-06 23:03:13 +02:00
token = "TOKEN"
##PREFIX
2017-03-25 16:31:18 +01:00
##Default prefix .
2016-07-06 23:03:13 +02:00
prefix = "."
2017-03-25 16:31:18 +01:00
##Played Game
##Select Played Game in Discord APP
2016-07-06 23:03:13 +02:00
game = " Fun ! "
##Version information
2017-03-25 16:31:18 +01:00
## DONT TOUCH !
version = " Release 3.0 "