Update Akeno/utils/prefixprem.py
Browse files
Akeno/utils/prefixprem.py
CHANGED
@@ -23,7 +23,7 @@ def command(commands: Union[str, List[str]], case_sensitive: bool = False):
|
|
23 |
if not text:
|
24 |
return False
|
25 |
|
26 |
-
stored_prefix = get_prefix(user_id)
|
27 |
|
28 |
if stored_prefix is None:
|
29 |
stored_prefix = "$"
|
|
|
23 |
if not text:
|
24 |
return False
|
25 |
|
26 |
+
stored_prefix = await get_prefix(user_id)
|
27 |
|
28 |
if stored_prefix is None:
|
29 |
stored_prefix = "$"
|