generated from Nemesis/Exemple
enlever les salons de la conf
This commit is contained in:
parent
27ce13d454
commit
bdeab65d5e
2 changed files with 0 additions and 2 deletions
|
@ -7,6 +7,5 @@ Bot lanceur de dés pour Matrix en python
|
||||||
* USERNAME = "" # Bot's username
|
* USERNAME = "" # Bot's username
|
||||||
* PASSWORD = "" # Bot's password
|
* PASSWORD = "" # Bot's password
|
||||||
* SERVER = "" # Matrix server URL
|
* SERVER = "" # Matrix server URL
|
||||||
* SALONS=["",""] # Salons dans lesquels le bot officie (pas d'inscription automatique au salon pour le moment)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -2,5 +2,4 @@
|
||||||
username = ""
|
username = ""
|
||||||
password = ""
|
password = ""
|
||||||
server = ""
|
server = ""
|
||||||
salons = []
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue