Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 84682c015e | |||
| 798e9a89ba | |||
| 153566cf4c | |||
| 63a200aed2 | |||
| 18032a4683 | |||
| c895484545 | |||
| 94154fa582 | |||
| 20006345df |
+2
-1
@@ -1,4 +1,5 @@
|
||||
.idea
|
||||
venv
|
||||
__pycache__
|
||||
.env
|
||||
.env
|
||||
error_*
|
||||
@@ -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)
|
||||
|
||||
@@ -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
@@ -1,2 +1,2 @@
|
||||
discord
|
||||
python-dotenv
|
||||
discord.py
|
||||
python-dotenv
|
||||
|
||||
Reference in New Issue
Block a user