Skip to content

Commit 8f71ae0

Browse files
authored
Merge pull request #220 from kyb3r/update
Upgrade to discord.py 1.1.0
2 parents 17e8d8d + d1261fb commit 8f71ae0

File tree

15 files changed

+739
-865
lines changed

15 files changed

+739
-865
lines changed

.pylintrc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ disable=raw-checker-failed,
7979
too-many-instance-attributes,
8080
too-many-arguments,
8181
too-few-public-methods,
82-
too-many-lines
82+
too-many-lines,
83+
line-too-long
8384

8485

8586
# Enable the message, report, category or checker with the given id(s). You can
@@ -358,15 +359,14 @@ function-naming-style=snake_case
358359
# Good variable names which should always be accepted, separated by a comma.
359360
good-names=i,
360361
j,
361-
k,
362362
ex,
363363
_,
364-
v,
365364
id,
366365
db,
367366
f,
368367
dt,
369-
c
368+
ch,
369+
ts
370370

371371
# Include a hint for the correct naming format with invalid-name.
372372
include-naming-hint=yes

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77

8+
# v2.20.1
9+
10+
### What's new?
11+
12+
- New error message when using thread-only commands outside of threads.
13+
- `?unnotify`, ability to undo `?notify`.
14+
- `?notify` and `?subscribe` now accepts other users.
15+
16+
### Changes
17+
18+
This update contains mostly internal changes.
19+
- Implemented support for the new discord.py v1.1.1.
20+
- Improved help text for most commands.
21+
- Completely revamped help command, few user changes.
22+
- Removed abc (internal).
23+
824
# v2.20.0
925

1026
### What's new?

0 commit comments

Comments
 (0)