From a70e98de974084b5ca31715f6e2fec3fcf98b1a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl?= Date: Tue, 18 Apr 2017 14:57:19 -0400 Subject: [PATCH] What was missing! License update and ... --- config.py | 12 ++++++------ main.py | 2 +- msg/info.md | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/config.py b/config.py index a008daa..a1e12d4 100755 --- a/config.py +++ b/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 " diff --git a/main.py b/main.py index abcf343..a006665 100755 --- a/main.py +++ b/main.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- __author__ = "Maël — outout" -__licence__ = "Apache License 2.0" +__licence__ = "WTFPL Licence 2.0" ################# diff --git a/msg/info.md b/msg/info.md index a8a21c5..44a9aac 100644 --- a/msg/info.md +++ b/msg/info.md @@ -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 :