tuxbot-bot/config.py

23 lines
449 B
Python
Raw Normal View History

2016-07-06 21:03:13 +00:00
__author__ = "Maël — outout14"
__licence__ = "Apache License 2.0"
###########################
2017-03-25 15:31:18 +00:00
# TuxBot Config file #
2016-07-06 21:03:13 +00:00
###########################
## TOKEN
2017-03-25 15:31:18 +00:00
## Insert your DiscordAPP Token here
2017-04-10 18:54:29 +00:00
token = "MjkzNDkwNTI2NTYzMzM2MTky.C7gj_g.p6uLXGTyHtsDtGs_RpcXiENEBFc"
2016-07-06 21:03:13 +00:00
##PREFIX
2017-03-25 15:31:18 +00:00
##Default prefix .
2017-04-10 18:54:29 +00:00
prefix = ":"
2016-07-06 21:03:13 +00:00
2017-04-10 18:54:29 +00:00
##Authorized channel
op_channel = "tuxbot-dev"
2016-07-06 21:03:13 +00:00
##Version information
2017-03-25 15:31:18 +00:00
## DONT TOUCH !
2017-04-10 18:54:29 +00:00
version = " Release 4.0 "