The idea behind the "(edited)" message is it uses the U+2067 character or "RIGHT-TO-LEFT ISOLATE". It also used to work on Steam and most other platforms
@@ihavenocluetheGOD Character that shows up as an empty symbol can move the text either Left-To-Right or vice versa. You can also make an empty message that only shows edited with no text.
tbh discord is more of a "cool" company, unlike others like apple/google, thats why youre surprised (i have a feeling that most of these are bugs that discord dosnt want to fix)
I think as a web dev I can explain some of these bugs. Great video btw, just that I'd say some of these are not necessarily bugs, and more of a feature and edge cases but I digress: The (edited) message bug happens because the website that you're using inserts a Right-To-Left (RTL) flag in the middle of the text, telling discord that "hey this next chunk of text is read from right to left like hebrew or arabic text". So then discord, seeing a mixed left-to-right and right-to-left text, sees the weird space in-between as the true end-of-the-line and put (edited) there. it's not exclusive to discord, and probably also works if an app/website you're using appends some character/text in the end of the line. The pipe text bug which causes invisible text is probably a true bug, I have no idea how that works, possibly Markdown or spoiler feature. The s/e/x subsitution command is pretty common for developer tools (notably vim) and discord probably includes it in their chat box as a quality-of-life feature. The tiled image using backslash in URL is pretty complicated, but it combines 2 things: 1) URL with backslashes are treated as different URL so discord gonna fetch the same url up to 4 times with 4 different backslashed-URL, and 2) Backslash are largely ignored in URL so it can fetch the image without problem. Note that the technique somehow doesn't work if you backslash different URLs in a single message (the images won't tile). The profile role is known as Markdown abuse. It's coincidental that code snippet and role badge have same background colour, people notice it and started using the code snippet markdown to spoof a fake role badges. The slash command in profile uses such a specific sequence of character It's probably intentional for internal uses.
The tiles image bit works because of Twitter embeds Twitter embeds can have several images, Discord tells the client about this via having multiple embeds with the same *url* value, but different *image.url* values You can do it yourself as well, just make say 3 embeds in the same message, the first embed actually holds all the embed information Make them all have the same *url* property, then set *image.url* of each to a different url and presto, embed with multiple images It can be assumed that extends down to bare links because of an error in the client's parsing
i will be honest with you, i do not find it funny, and i can not see how one can find it funny. however, i will not judge people for finding thing such as (edited) humorous. humor is good, and so i applaud you for finding things like (edited) funny, as laughing and being humorous creates good memories. though, i would like a explanation for how one can find it humorous, if one can explain it .
Another bug/glitch thing that Discord hasn't removed yet is using the Right-To-Left Override character in your "About Me" and it will reverse any text including links which means you can have a backwards link in your bio.
@@rebane2001 It's not intended, Discord doesn't allow it in regular chat. RUclips also doesn't allow it, so it is kinda a bug or something because you shouldn't be allowed to do it.
There is this cool Easter egg I found where you hover over a boost announce message (user just boosted the server) and get sparkles. Which when done over and over brings out wumpus.
I can see a lot of uses for the third one (Invisible pings and embed without a message), especially for large servers. Like you can make the "@Announcement Notifications" ping invisible, or paste server invites directly into #portal
As you may already know, the pencil on the profile screen of the discord rotates if you leave it on the discord profile screen for a certain amount of time (I'm not sure how long you have to leave it for this to happen as I found it after over 24 hours). English may be incorrect as I am using a translation
Btw the pipe thing can be used for scams, to make links look legit when they actually take you to a different site, just like with the fake server invite thing. Might want to address that
There's a date format oversight in Discord. Normally all dates will appear according to the locale of your choosing. But when you check a user profile, for when they joined Discord or the server, it will always be in the "MMM D, YYYY" format regardless of language. This error has existed since that feature was added. Of course the reaction is "it's the American format and Discord is American". But just because it's American, doesn't mean it needs to be stupid and buggy.
@@applejuicePony For English, Discord only has US (MDY, 12 hours) and UK (DMY, 24 hours) as variants for English, which is the closest to have "your own". They really should add AU (DMY, 12 hours), CA (YMD, 12 hours) and SE (YMD, 24 hours).
working with LFS has made me recognize that that s/pattern/replace signature is a sed find and replace command i think it's a cool feature, definitely needs better replacing mechanism lul
for the in-message edited, I've been using like this, I type the message and let a | in the position of the character, the after sending the message I paste "s/|/(the empty character here)" and also press enter, this will substitute the | for the character and do the same effect.
Discord has a hilarious bug where if you compress files below 5mb you still get a warning that the file is too large and you need to pay $$$ 🤑💰💰💰💰 in order to increase your file size upload limit and they haven't fixed it for years now
literally every other company: "our product is perfect!" _fixes bugs silently_ Discord: "here's a video about how you can break the intended way of using this app."
Edited thing is made using the RIGHT TO LEFT OVERRIDE unicode character, so you can make the message yourself, just insert U+202B to where you want the (edited) text to be
not sure why but this is the third time I've subscribed to you? It seems that after a certain period of time RUclips keeps auto-unsubscribing me to your channel.
Also, if you enter the konami code (up arrow, up arrow, down arrow, down arrow, left arrow, right arrow, left arrow, right arrow, a key, b key) on Discord’s site you can play a game i think
This. . . This made Discord the experience it should be! I can mentally fu-screw with people and they have no idea what's going on. Why they can't download my videos. Why they are pinged. Fantastic! Absolutely gold troll material!
About the Undownloadable video you can actually download it copying the message using a phone and decoding it using a url decoder website, after that pasting it on google and then it will automatically send you the download to your phone
For the first one. If the fast double click doesn't work, you can actually drag that discord server icon, like you sort it, and put it on top of the other one. That will make a folder. Edit: I'm a little stupid cause I didn't look at it again. That's actually how you make a folder.
I found a hidden thing in discord try sending a build in sticker when u dont have nitro then on the popup window right click one of the stickers then a popup with something comes up
Thanks for shouting out the s/e/x hack my server is dying 👍
👍
So it only works in your server?
how much u paid for the domain?
@@TroboTicTac not discord server but server
@@TroboTicTac no, I tried it in dms and it worked
I swear he is losing his sanity the more he uploads, he was chill and calm the first he started the channel
All coz' of mee6
He is a discord user after all.
What did bro do
ntts becomin joker
Others: ntts getting honest + crazy + mee6 effect
Me: It was just a normal discord user..
The idea behind the "(edited)" message is it uses the U+2067 character or "RIGHT-TO-LEFT ISOLATE". It also used to work on Steam and most other platforms
@@ihavenocluetheGOD Character that shows up as an empty symbol can move the text either Left-To-Right or vice versa. You can also make an empty message that only shows edited with no text.
@@ihavenocluetheGODit uses the way that some languages write right to left to make our words write from right to left instead of the normal way
Honestly, I can't say I'm surprised that such bugs are from discord itself.
s/e isn’t really a bug
tbh discord is more of a "cool" company, unlike others like apple/google, thats why youre surprised (i have a feeling that most of these are bugs that discord dosnt want to fix)
@@Player-fg4ub yeah, but when it comes to customers...
me?
@@Player-fg4ub some guy in discord: finds a bug
discord: alr thats a feature now
I think as a web dev I can explain some of these bugs. Great video btw, just that I'd say some of these are not necessarily bugs, and more of a feature and edge cases but I digress:
The (edited) message bug happens because the website that you're using inserts a Right-To-Left (RTL) flag in the middle of the text, telling discord that "hey this next chunk of text is read from right to left like hebrew or arabic text". So then discord, seeing a mixed left-to-right and right-to-left text, sees the weird space in-between as the true end-of-the-line and put (edited) there. it's not exclusive to discord, and probably also works if an app/website you're using appends some character/text in the end of the line.
The pipe text bug which causes invisible text is probably a true bug, I have no idea how that works, possibly Markdown or spoiler feature.
The s/e/x subsitution command is pretty common for developer tools (notably vim) and discord probably includes it in their chat box as a quality-of-life feature.
The tiled image using backslash in URL is pretty complicated, but it combines 2 things: 1) URL with backslashes are treated as different URL so discord gonna fetch the same url up to 4 times with 4 different backslashed-URL, and 2) Backslash are largely ignored in URL so it can fetch the image without problem. Note that the technique somehow doesn't work if you backslash different URLs in a single message (the images won't tile).
The profile role is known as Markdown abuse. It's coincidental that code snippet and role badge have same background colour, people notice it and started using the code snippet markdown to spoof a fake role badges.
The slash command in profile uses such a specific sequence of character It's probably intentional for internal uses.
RTL modifier is such a great unicode symbol, especially for evading certain filters, like WAF and IDS
This slash command syntax is how they are actually represented behind the scenes. This markdown just works in the bio for some reason
The tiles image bit works because of Twitter embeds
Twitter embeds can have several images, Discord tells the client about this via having multiple embeds with the same *url* value, but different *image.url* values
You can do it yourself as well, just make say 3 embeds in the same message, the first embed actually holds all the embed information
Make them all have the same *url* property, then set *image.url* of each to a different url and presto, embed with multiple images
It can be assumed that extends down to bare links because of an error in the client's parsing
the slash command one works because that's how you mention a chat input application command: , , and
the pipe bug is a weird issue with unicode characters, for some reason if you put your message as "m1 + ('||\u200b||' * 200) + m2", it does that
Let's be honest, the edited bug is funny and I want it to stay.
i will be honest with you, i do not find it funny, and i can not see how one can find it funny. however, i will not judge people for finding thing such as (edited) humorous. humor is good, and so i applaud you for finding things like (edited) funny, as laughing and being humorous creates good memories. though, i would like a explanation for how one can find it humorous, if one can explain it .
@@tumpie 🦍
It’s not that funny if I’m being honest
@@cuidadocomomatheus q foda kkkkkkkkkkkkkkkk
holy shit it's the based guy
The discord message bug was used to hide phising links with real ones, by pasting the fake link at the start and the real one in the end.
I've trained myself by only clicking the actual link and not clicking the embed
@@thefarg nah he means the fake url can be displayed, but then the real embed will pop up
@@fog- no he means the real url can be displayed, but the fake embed will pop up
@@DashenBoi probably something like that, i can't remember what i was thinking when i wrote that comment, over a year ago.
Another bug/glitch thing that Discord hasn't removed yet is using the Right-To-Left Override character in your "About Me" and it will reverse any text including links which means you can have a backwards link in your bio.
how?
That's not a bug, that's intended behaviour
@@rebane2001 It's not intended, Discord doesn't allow it in regular chat. RUclips also doesn't allow it, so it is kinda a bug or something because you shouldn't be allowed to do it.
@@TheSnapback what does RUclips has to do with discord?
As far as I can tell, it works perfectly fine in RUclips.
Note: Invisible @everyone pings can be often seen on mobile devices
yeah it doesn't work in the mobile version
@@user-k5y8l fucck i mentioned a mod on pc i hope they dont have their phone on them
@@mkviis LOL
It works but you can copy message text and read message aloud
And you can see it from notifs on mobile
There is this cool Easter egg I found where you hover over a boost announce message (user just boosted the server) and get sparkles. Which when done over and over brings out wumpus.
Its very old one ngl
I can see a lot of uses for the third one (Invisible pings and embed without a message), especially for large servers. Like you can make the "@Announcement Notifications" ping invisible, or paste server invites directly into #portal
As you may already know, the pencil on the profile screen of the discord rotates if you leave it on the discord profile screen for a certain amount of time (I'm not sure how long you have to leave it for this to happen as I found it after over 24 hours).
English may be incorrect as I am using a translation
Your English is perfect 👌
👍
Btw the pipe thing can be used for scams, to make links look legit when they actually take you to a different site, just like with the fake server invite thing. Might want to address that
Awesome video! I did the personal roles thing for my profile, and now I look even cooler.
update: with discords new font coming in the slash command in the profile wont work anymore, it would only show it as a normal text
Nnoooooooooooo
tks for the help man
There's a date format oversight in Discord. Normally all dates will appear according to the locale of your choosing. But when you check a user profile, for when they joined Discord or the server, it will always be in the "MMM D, YYYY" format regardless of language. This error has existed since that feature was added.
Of course the reaction is "it's the American format and Discord is American". But just because it's American, doesn't mean it needs to be stupid and buggy.
You get to have your own date formats? For me all the messages are the US date format no matter what. I wish I could make it use the ISO format.
based pfp
@@applejuicePony For English, Discord only has US (MDY, 12 hours) and UK (DMY, 24 hours) as variants for English, which is the closest to have "your own".
They really should add AU (DMY, 12 hours), CA (YMD, 12 hours) and SE (YMD, 24 hours).
@@Liggliluff I don't see why they can't just make date format and time format differentiated.
working with LFS has made me recognize that that s/pattern/replace signature is a sed find and replace command
i think it's a cool feature, definitely needs better replacing mechanism lul
3:28 Funny thing that...
I know the guy who made that "Gnomed" thing!
It was bought to my attention by somebody recently in his own discord server.
Cool story bro
dude thats so funny me too
That's pretty crazy man
What's gamming guys 😎
Thanks for the smooch at the end
I needed that
for the in-message edited, I've been using like this, I type the message and let a | in the position of the character, the after sending the message I paste "s/|/(the empty character here)" and also press enter, this will substitute the | for the character and do the same effect.
Discord has a hilarious bug where if you compress files below 5mb you still get a warning that the file is too large and you need to pay $$$ 🤑💰💰💰💰 in order to increase your file size upload limit and they haven't fixed it for years now
0:56 wait… 🤨
Didn't expect the Gnomeland one to make it in, very nice
literally every other company: "our product is perfect!" _fixes bugs silently_
Discord: "here's a video about how you can break the intended way of using this app."
Even the gods are impressed with discord bugs.
🛐
thank you jesus
JESUS!!!!!
Fr
i’ɱ ʂʋɓɓiɳɠ ʈo ɑɳƴoɳe ωɧo ʂʋɓʂ ɓɑƈⱪ ɑɳɗ ɭiⱪeʂ ʈɧiʂ ƈoɱɱeɳʈ… (no bot)
The editor is the true funniest thing in this video
i have no idea why ur content is so entertaining to watch lmao..no complaining doe :)
Best video ever, too much info.exe, and fun to use dem bugs/easter eggs.
the ending was so wholesome omd
i think the tiled images one is some sort of foreshadowing
0:15
“Just double click very fast”
Me: **cries in mobile**
sed is where the s/e/x/ "hack" comes from, in fact it's used to edit files on linux usually, for example you replace a with b using s/a/b/
Link scammers: Yes...yes...write that down, write that down!
Fr, fake invite bug is so abusable lol
THE WAY HE JUST SAID "this monkey gif" ABOUT OLIVER EATING AN APPLE!
Thank you for showing us the ulimate bugs!
This video was awesome, since there's some "bugs" I didn't know yet that you showed in this video. It's really cool.
That ending was worth watching the whole video
what was it
@@RandomGod5730 watch the ending
my heart skipped a beat at 05:05
congratulations on the big 200k subs
NTTS: "Ballsack." A sack where you score your soccer balls.
I mean, he's not wrong
i love you no text to speech now i can spam ping without being banned for war crimes
I can’t wait to start seeing these Easter eggs be exploited in my servers.
Honestly, props to you for showing the thumbnail first 🫡
this video is basically discord bug lore
I nearly combusted into flames and glitter when I saw that "100 gecs is ass" stunt you just pulled
😭😭😭😭
I'm visibly distraught over the stunt he pulled
Edited thing is made using the RIGHT TO LEFT OVERRIDE unicode character, so you can make the message yourself, just insert U+202B to where you want the (edited) text to be
And exactly _how_ do you insert this?
2:04 scamners will yse this a lot
I was one of the first to find out about the folders, I would say about 1 year
The spoiler spam is also how people hide sketchy links in regular messages to steal peoples cookies.....
not sure why but this is the third time I've subscribed to you? It seems that after a certain period of time RUclips keeps auto-unsubscribing me to your channel.
The invisible line spam is gone...
You can hold right click to choice the color of the folders
the "ballsack" completely threw me off
And then Boom! “This is a completely normal non-edited message”.. my wife left me😂😂
1:03
When playing the snek easter egg, I noticed that the music sounded very similar to keyboard cat.
My favorite bug was the gifs that would make discord crash. Like the truck that would come towards you and crash the app
Also, if you enter the konami code (up arrow, up arrow, down arrow, down arrow, left arrow, right arrow, left arrow, right arrow, a key, b key) on Discord’s site you can play a game i think
it’s just another way to enter snek
He just always know what to upload
“why am i not in grandma mode?” had me
Really cool features, easter eggs and bugs!
you can do the edited message with the right to left embedding unicode character which is much more simple
that's what it uses
This. . . This made Discord the experience it should be! I can mentally fu-screw with people and they have no idea what's going on. Why they can't download my videos. Why they are pinged. Fantastic! Absolutely gold troll material!
thanks I trolled my family discord server with this
"s/e/x" thing replacing the text in your last message, s is telling that u wanna edit the message, e is what to replace and x is what to replace with
The slash stuff got fixed. Sadge time
Thank you so much! 🙏 now i have learned a bunch of new stuff about Discord. This video have really been useful for me thanks 💖💖
‘blasted off into infinity’ wow look it’s a quote
So, tomorrow i'm going to say a poem infront of students and I'll say "I love Y'all muuah" thx to you NNTS
About the Undownloadable video you can actually download it copying the message using a phone and decoding it using a url decoder website, after that pasting it on google and then it will automatically send you the download to your phone
You can also make a undownloadble video by copying the link to the video and pasteing it behind the inviseble ping bug.
4:35 It's like the person that said "EA sports".
Another goofy bug: Using a video of a certain format (i think mov) that constantly changes size bugs the hell out of discord
0:57 “Ballsack” got me dying
i dont think my human brain can remember all this small text things tho the pipe one was amazing
Cooool! Now my friends will think I am a cool hacker!
For the undownloadable video on mobile you can still download it but it’s just an image thats I think is the first frame.
11:15 you can also type on your keyboard "up up down down left right left right ba"
For the first one. If the fast double click doesn't work, you can actually drag that discord server icon, like you sort it, and put it on top of the other one. That will make a folder.
Edit: I'm a little stupid cause I didn't look at it again. That's actually how you make a folder.
You deserve a badge!
All these bugs are common knowledge so he won't get a badge
Oh no, popstonia is everywhere.
6:36 that's a colon lol
I found a hidden thing in discord try sending a build in sticker when u dont have nitro then on the popup window right click one of the stickers then a popup with something comes up
You missed the Easter egg where if you click the home button on discord 15 times quickly you will get a secret voice saying "Discordo"
6:46 you can do the Invisible Pings glitch to hide the links.
Yeah I think he did that
The more fancy your texting app gets the more fancy its users will get with their means of exploiting
That took a lot of my brain power
for the undownloadable video link just copy link and paste it after the pipe text and it works without some encoder
i would really like to see more stuff like this
"a sack where you store your soccer balls" had me dying
Wtf did I watch
My brain is rotting
It can’t handle all this
thats literally me lol
"Grandma mode" got me dead 😂
1:57 - Dyno: No spamming.
Carlbot: @Glasia You can't ping the owner
Discord is the best communication platform ever... change my mind
0:16 i have a Opera Mod that makes that without any problem
The mod is "Discord - Amoled"
This is actually cool
And I'mma watch the yt explanation cuz I wanna understand better lol
10:47 "So kaboom!" Why didn't you explain how you'd magically made it work without underscores?
2:48 +1 subscriber
on mobile. if you downlaod the seggs image it shows "you were visited by a snake" on it so another cool thing too.
11:38 I needed that
Bro's sanity is just going down the drain more and more by each video