a70e98de97
License update and ...
22 lines
433 B
Python
Executable file
22 lines
433 B
Python
Executable file
__author__ = "Maël — outout14"
|
|
__licence__ = "WTFPL Licence 2.0"
|
|
|
|
###########################
|
|
# TuxBot Config file #
|
|
###########################
|
|
|
|
|
|
## TOKEN
|
|
## Insert your DiscordAPP Token here
|
|
token = "TOKEN"
|
|
|
|
##PREFIX
|
|
##Default prefix .
|
|
prefix = "."
|
|
|
|
##Authorized channels
|
|
op_channel = ["tuxbot", "bot", "boat", "commandes", "commands"]
|
|
|
|
##Version information
|
|
## DONT TOUCH !
|
|
version = " Release 4.2 "
|