️️
Size: a a a
️️
𝐃𝐊
️️
G
️️
️️
return self.text and self.text.startswith('/')
[docs] def get_full_command(self):
"""
Split command and args
:return: tuple of (command, args)
"""
if self.is_command():
command, _, args = self.text.partition(' ')
️️
️️
G
t
t
️️
G
G
G
️️
️️
G
️️
️️