Skip to content
Snippets Groups Projects
Commit d9b8cf81 authored by Half-Shot's avatar Half-Shot
Browse files

Add bot type

parent 8767b63a
Branches
Tags
No related merge requests found
...@@ -122,7 +122,8 @@ class UserTypes(object): ...@@ -122,7 +122,8 @@ class UserTypes(object):
""" """
SUPPORT = "support" SUPPORT = "support"
ALL_USER_TYPES = (SUPPORT,) BOT = "bot"
ALL_USER_TYPES = (SUPPORT, BOT)
class RelationTypes(object): class RelationTypes(object):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment