test
This commit is contained in:
parent
981eb37f22
commit
267ecec3e4
@ -1,4 +1,3 @@
|
||||
import bot
|
||||
|
||||
|
||||
class Commands():
|
||||
@ -8,12 +7,12 @@ class Commands():
|
||||
|
||||
@property
|
||||
def sopel_commands(self):
|
||||
return bot.rules.get_all_commands()
|
||||
return self.bot.rules.get_all_commands()
|
||||
|
||||
@property
|
||||
def sopel_nickname_commands(self):
|
||||
return bot.rules.get_all_nick_commands()
|
||||
return self.bot.rules.get_all_nick_commands()
|
||||
|
||||
@property
|
||||
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