Fix naming mistake

This commit is contained in:
Joscha 2016-05-10 19:57:38 +02:00
parent b0d9953ed8
commit 88f6f28adc

View file

@ -50,7 +50,7 @@ class Session():
The session's type (bot, account, agent). The session's type (bot, account, agent).
""" """
return self.user_id.split(":")[0] return self.id.split(":")[0]
def mentionable(self): def mentionable(self):
""" """