mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-10 08:34:52 +00:00
Merge branch 'develop' into asyncio
This commit is contained in:
commit
6c7a3316dd
1 changed files with 8 additions and 7 deletions
|
|
@ -1087,8 +1087,9 @@ class Client(Methods, BaseClient):
|
||||||
"exclude": section.get("exclude") or None
|
"exclude": section.get("exclude") or None
|
||||||
}
|
}
|
||||||
except KeyError:
|
except KeyError:
|
||||||
pass
|
self.plugins = {}
|
||||||
|
|
||||||
|
if self.plugins:
|
||||||
for option in ["include", "exclude"]:
|
for option in ["include", "exclude"]:
|
||||||
if self.plugins[option] is not None:
|
if self.plugins[option] is not None:
|
||||||
self.plugins[option] = [
|
self.plugins[option] = [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue