Added soundpacks' possibility

This commit is contained in:
2016-05-24 17:48:22 -05:00
parent cada87275d
commit 2b44c72999
5 changed files with 81 additions and 4 deletions

View File

@@ -288,4 +288,4 @@ class chatBuffer(baseBuffer):
def send_chat_to_user(self, *args, **kwargs):
text = self.tab.text.GetValue()
if text == "": return
response = self.session.vk.client.messages.send(user_id=self.kwargs["user_id"], message=text)
response = self.session.vk.client.messages.send(user_id=self.kwargs["user_id"], message=text)