TownyChat tags to check player chat channel which is currently is in.
Example: <PlayerTag.townychat.current_channel> (ElementTag)
so I'm trying to ask Developer who made Towny. He said it's can do this when using AsyncChatHookEvent
<PlayerTag.townychat.channels> is return the list which chat channel I can see but i don't want to get that i want to get only the channel which i currently is in.
can you add this tag please? 🥺

AsyncChatHookEvent as you can probably guess from the "Event" on the end of that: that's an event, not something that can be put in a tag. There might be a way to read it outside the event though
Aw...
Then is it possible to make a new event like.. on player town chats: and add context tag like context.channel to return what channel player typing in?