I'm developing a Discord bot using Discord .Net. I want to send a message every time that a user joins the channel or every time a user leaves the channel. I like to implement a test for this scenario without the need of leaving and joining with the real user.
I also found this video on youtube Discord JS - Simulating Joining and Leaving but I don't know how can do this in Discord .Net