Made form transient #1.1.0.rc2
This commit is contained in:
parent
195566a2b6
commit
c2b32996fd
@ -56,8 +56,8 @@ class BaseModule(ModuleABC):
|
|||||||
services.add_transient(UserWarningsService)
|
services.add_transient(UserWarningsService)
|
||||||
|
|
||||||
# forms
|
# forms
|
||||||
services.add_singleton(BugReportForm)
|
services.add_transient(BugReportForm)
|
||||||
services.add_singleton(ComplaintForm)
|
services.add_transient(ComplaintForm)
|
||||||
|
|
||||||
# commands
|
# commands
|
||||||
self._dc.add_command(AFKCommand)
|
self._dc.add_command(AFKCommand)
|
||||||
|
Loading…
Reference in New Issue
Block a user