Skip to content
This repository has been archived by the owner on Jul 29, 2019. It is now read-only.

Commit

Permalink
What was missing!
Browse files Browse the repository at this point in the history
License update and ...
  • Loading branch information
outout14 committed Apr 18, 2017
1 parent 86a310c commit a70e98d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions config.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__author__ = "Maël — outout14"
__licence__ = "Apache License 2.0"
__licence__ = "WTFPL Licence 2.0"

###########################
# TuxBot Config file #
Expand All @@ -8,15 +8,15 @@

## 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 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-

__author__ = "Maël — outout"
__licence__ = "Apache License 2.0"
__licence__ = "WTFPL Licence 2.0"


#################
Expand Down
2 changes: 1 addition & 1 deletion msg/info.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 :
Expand Down

0 comments on commit a70e98d

Please sign in to comment.