8 Commits

Author SHA1 Message Date
Klemek 84682c015e Merge pull request #3 from Klemek/dev
release v1.3
2019-11-27 11:15:09 +01:00
Klemek 798e9a89ba Update bot.py 2019-11-27 11:14:20 +01:00
Klemek 153566cf4c Removed rerun of client
Error was in discord lib, handled with requirements
2019-11-27 11:13:54 +01:00
Klemek 63a200aed2 Update README.md 2019-11-27 11:12:39 +01:00
Klemek 18032a4683 Updated requirements.txt 2019-11-27 11:11:44 +01:00
Klemek c895484545 Merge pull request #2 from Klemek/dev
release 1.2
2019-11-26 13:40:34 +01:00
klemek 94154fa582 release 1.2 2019-11-26 13:31:20 +01:00
klemek 20006345df rerun client on exception (and log) 2019-11-26 13:30:18 +01:00
4 changed files with 9 additions and 5 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
.idea
venv
__pycache__
.env
.env
error_*
+2
View File
@@ -46,6 +46,8 @@ python3 bot.py
## Changelog
* **v1.3**: revert to v1.1 and update requirements
* **v1.2**: don't quit on occasional exception
* **v1.1**:
* coma separator for big numbers
* history loading by chunks for big channels (performance increase)
+3 -2
View File
@@ -8,7 +8,7 @@ import emotes
import help
from utils import debug
VERSION = "1.1"
VERSION = "1.3"
t0 = datetime.now()
# Loading token
@@ -87,5 +87,6 @@ async def on_message(message):
await COMMANDS[args[0]](message, args)
# Launch client
print(f"Current PID: {os.getpid()}")
client.run(token)
+2 -2
View File
@@ -1,2 +1,2 @@
discord
python-dotenv
discord.py
python-dotenv