test
This commit is contained in:
parent
9b48c1a749
commit
b53365706e
@ -176,7 +176,7 @@ class ComRun():
|
|||||||
recipients = self.trigger.sender
|
recipients = self.trigger.sender
|
||||||
sb.osd(messages, recipients, text_method, max_messages=-1)
|
sb.osd(messages, recipients, text_method, max_messages=-1)
|
||||||
|
|
||||||
# @property
|
@property
|
||||||
def required_privileges(self):
|
def required_privileges(self):
|
||||||
bot_level = 0
|
bot_level = 0
|
||||||
channel_level = 0
|
channel_level = 0
|
||||||
@ -192,7 +192,7 @@ class ComRun():
|
|||||||
"channel": channel_level
|
"channel": channel_level
|
||||||
}
|
}
|
||||||
|
|
||||||
# @property()
|
@property()
|
||||||
def required_privileges_text(self):
|
def required_privileges_text(self):
|
||||||
ret_text = "This command requries privileges of/above the following"
|
ret_text = "This command requries privileges of/above the following"
|
||||||
if self.required_privileges["bot"]:
|
if self.required_privileges["bot"]:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user