2
0
mirror of https://github.com/Nick80835/microbot synced 2025-08-31 06:26:04 +00:00

its time to get funcy

This commit is contained in:
Nick80835
2020-09-18 20:22:38 -04:00
parent 11d4732440
commit 30c0fe665a

View File

@@ -122,6 +122,9 @@ class Loader():
return decorator
def get_cmds_by_func(self, func) -> list:
return [i for i in self.command_handler.outgoing_commands if i.function == func]
async def get_text(self, event, with_reply=True, return_msg=False, default=None):
if event.args:
if return_msg: