1ee3811ef2
V5 is here !!!
22 lines
420 B
Python
Executable file
22 lines
420 B
Python
Executable file
__author__ = "Maël — outout14"
|
|
__licence__ = "WTFPL Licence 2.0"
|
|
|
|
###########################
|
|
# TuxBot Config file #
|
|
###########################
|
|
|
|
|
|
## TOKEN
|
|
## Insert your DiscordAPP Token here
|
|
token = " "
|
|
|
|
##PREFIX
|
|
##Default prefix .
|
|
prefix = "."
|
|
|
|
##Authorized channel
|
|
op_channel = ["tuxbot-dev", "bot", "boat", "commandes"]
|
|
|
|
##Version information
|
|
## DONT TOUCH !
|
|
version = " Release 5.0 "
|