Fix naming mistake
This commit is contained in:
parent
b0d9953ed8
commit
88f6f28adc
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue