443dcb0091
Une bonne update des familles
22 lines
449 B
Python
Executable file
22 lines
449 B
Python
Executable file
__author__ = "Maël — outout14"
|
|
__licence__ = "Apache License 2.0"
|
|
|
|
###########################
|
|
# TuxBot Config file #
|
|
###########################
|
|
|
|
|
|
## TOKEN
|
|
## Insert your DiscordAPP Token here
|
|
token = "MjkzNDkwNTI2NTYzMzM2MTky.C7gj_g.p6uLXGTyHtsDtGs_RpcXiENEBFc"
|
|
|
|
##PREFIX
|
|
##Default prefix .
|
|
prefix = ":"
|
|
|
|
##Authorized channel
|
|
op_channel = "tuxbot-dev"
|
|
|
|
##Version information
|
|
## DONT TOUCH !
|
|
version = " Release 4.0 "
|