aboutsummaryrefslogtreecommitdiff
path: root/helpers/action.py
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/action.py')
-rw-r--r--helpers/action.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/action.py b/helpers/action.py
index 327d42f..b921fbf 100644
--- a/helpers/action.py
+++ b/helpers/action.py
@@ -24,7 +24,7 @@ class Action:
24 24
25 def ready(self): 25 def ready(self):
26 if 'music' in self.arguments: 26 if 'music' in self.arguments:
27 return self.arguments['music'].loaded 27 return self.arguments['music'].check_is_loaded()
28 else: 28 else:
29 return True 29 return True
30 30