Disclaimer: I am NOT at all fluent in coding or its jargon, so bear with me.
I recently downloaded a software and wanted to remove it. I tried to do it via sudo on the MacBook terminal. I was trying to follow the advice from this website: http://osxdaily.com/2014/02/06/add-user-sudoers-file-mac/
Incidentally, I literally typed "username" instead of my actual username for my actual account. Now I can't even touch sudo or do anything with it.
I try to type visudo and it says "permission denied." I try to type sudoer and it doesn't give me the prompt to type the password like it did before and it doesn't respond to any input I place in, whether it is spam or a helpless help command.
I followed the advice here and it still doesn't work. Now I have two admin accounts. I am beyond lost now as to how to revert my sudo thing.
Edit: I ran the code ls -l /etc/sudoers and the results were -r--r----- 1 root wheel 2306 May 7 02:21 /etc/sudoers
Inputed cat /etc/sudoers command. Embarrassing username from middle school inbound:

sudo echo Hellofrom there? – nohillside May 07 '19 at 06:09sudo. So either something else got changed (maybe without you noticing it), or you did something else outside ofvisudoas well. – nohillside May 07 '19 at 06:35ls -l /etc/sudoersand edit the result into the question? Then boot into single user mode again, runcat /etc/sudoers > /Users/Shared/s; chmod 666 /Users/Shared/s, then reboot as usual and add the content of/Users/Shared/sto the question as well? – nohillside May 07 '19 at 06:39/sbin/fsck -fyand/sbin/mount -uw /first after booting to Single User Mode, afterwards thecatpart will work. – nohillside May 07 '19 at 07:49usernameaccount, this should have worked. So I still think something else is interfering here as well. – nohillside May 07 '19 at 07:50%admin ALL=(ALL) ALLsudo admin part? – Chris Li May 07 '19 at 08:06%admin ALL=(ALL) ALL(instead of adding an additonal one) this might explain what you are seeing. To see the content please do as indicated above (single user, run fsck and mount, cat file, reboot, add file to question) – nohillside May 07 '19 at 08:14cat /etc/sudoersafter booting to single user, and post the picture. I think we can fix it directly there. – nohillside May 07 '19 at 08:35