test
This commit is contained in:
parent
981eb37f22
commit
267ecec3e4
@ -1,4 +1,3 @@
|
|||||||
import bot
|
|
||||||
|
|
||||||
|
|
||||||
class Commands():
|
class Commands():
|
||||||
@ -8,12 +7,12 @@ class Commands():
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def sopel_commands(self):
|
def sopel_commands(self):
|
||||||
return bot.rules.get_all_commands()
|
return self.bot.rules.get_all_commands()
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def sopel_nickname_commands(self):
|
def sopel_nickname_commands(self):
|
||||||
return bot.rules.get_all_nick_commands()
|
return self.bot.rules.get_all_nick_commands()
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def sopel_action_commands(self):
|
def sopel_action_commands(self):
|
||||||
return bot.rules.get_all_action_commands()
|
return self.bot.rules.get_all_action_commands()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user