What was missing!
License update and ...
This commit is contained in:
parent
86a310c2cf
commit
a70e98de97
3 changed files with 8 additions and 8 deletions
12
config.py
12
config.py
|
@ -1,5 +1,5 @@
|
|||
__author__ = "Maël — outout14"
|
||||
__licence__ = "Apache License 2.0"
|
||||
__licence__ = "WTFPL Licence 2.0"
|
||||
|
||||
###########################
|
||||
# TuxBot Config file #
|
||||
|
@ -8,15 +8,15 @@ __licence__ = "Apache License 2.0"
|
|||
|
||||
## TOKEN
|
||||
## Insert your DiscordAPP Token here
|
||||
token = " "
|
||||
token = "TOKEN"
|
||||
|
||||
##PREFIX
|
||||
##Default prefix .
|
||||
prefix = ":"
|
||||
prefix = "."
|
||||
|
||||
##Authorized channel
|
||||
op_channel = "tuxbot-dev"
|
||||
##Authorized channels
|
||||
op_channel = ["tuxbot", "bot", "boat", "commandes", "commands"]
|
||||
|
||||
##Version information
|
||||
## DONT TOUCH !
|
||||
version = " Release 4.0 "
|
||||
version = " Release 4.2 "
|
||||
|
|
2
main.py
2
main.py
|
@ -2,7 +2,7 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
__author__ = "Maël — outout"
|
||||
__licence__ = "Apache License 2.0"
|
||||
__licence__ = "WTFPL Licence 2.0"
|
||||
|
||||
|
||||
#################
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
└> Api : [discord.py](https://github.com/Rapptz/discord.py)
|
||||
|
||||
==> Serveur de Test:
|
||||
└> Ordinateur de Outout sous [Ubuntu 16.04 LTS](http://releases.ubuntu.com/16.04/)
|
||||
└> Ordinateur de Outout sous [Kali Linux 2](https://wwww.kali.org/)
|
||||
└> Version de Python : [3.5.2](http://www.python.org/)
|
||||
|
||||
==> Serveur de Prod :
|
||||
|
|
Loading…
Reference in a new issue