add bug report action (#71)

* add bug report

* add admin section to env
This commit is contained in:
Dmitry Afanasyev
2023-12-22 04:05:15 +03:00
committed by GitHub
parent 29204f1592
commit 460123ef28
7 changed files with 71 additions and 12 deletions

View File

@@ -84,7 +84,7 @@ class BotInfoFactory(factory.DictFactory):
class BotEntitleFactory(factory.DictFactory):
type = "bot_command"
offset = 0
length = 7
length = 42
class BotMessageFactory(factory.DictFactory):