tuxbot-bot/config.py

23 lines
420 B
Python
Raw Normal View History

2016-07-06 23:03:13 +02:00
__author__ = "Maël — outout14"
__licence__ = "WTFPL Licence 2.0"
2016-07-06 23:03:13 +02:00
###########################
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
2017-04-29 21:03:37 +02:00
token = " "
2016-07-06 23:03:13 +02:00
##PREFIX
2017-03-25 16:31:18 +01:00
##Default prefix .
prefix = "."
2016-07-06 23:03:13 +02:00
2017-04-29 21:03:37 +02:00
##Authorized channel
op_channel = ["tuxbot-dev", "bot", "boat", "commandes"]
2016-07-06 23:03:13 +02:00
##Version information
2017-03-25 16:31:18 +01:00
## DONT TOUCH !
2017-04-29 21:03:37 +02:00
version = " Release 5.0 "