.Chatted Event not firing when using /e

Basically i put some commands in my game and wondered why they werent working so i made a new place and put a simple script which is

game.Players.PlayerAdded:Connect(function(plr)
	plr.Chatted:Connect(function(msg)
		warn(`Chatted: `,msg)
	end)
end)

and when i use /e it doesnt work but if its anything else then it works

Can you upload a screenshot of Output, please? It is hard without output

Duplicate of Player.chatted not firing when /e commands are used (again).