ekonda / kutana

The library for developing systems for messengers and social networks
MIT License
72 stars 17 forks source link

on_commands does not ignore prefix when bot mentioned in private messages #65

Closed DiSonDS closed 2 years ago

DiSonDS commented 3 years ago

on_commands ignores prefix when bot mentioned in group chats, but not in private messages

Expected Behavior

on_commands ignores prefix when bot mentioned in private messages

Actual Behavior

only in group chats on_commands ignores prefix when bot mentioned

Context

Bot users try to use mention as command prefix in private messages as they use it in group chats

Your Environment