Channel Dividers
How would I make such dividers for Channels. I tried finding on YouTube but hey all show for roles divider. I searched on reddit too but did not obtain any results. Could someone help me with this.
markdown - Create horizontal line in discord message - Stack Overflow
How can I achieve this solid line?
Looks like you make a locked channel called "-----------------------" or "__________"
edit: google search of "discord channel divider" netted me this answer:
https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/11307816-spacer-channel-line
More on reddit.comDo these dividers work on Discord?
What are aesthetic text dividers?
Why should I use dividers in my captions?
We can make Horizontal Line by using Strikethrough style.
In Discord, You can Strikethrough using double Tilde ~~ sign.
You can use space or dash between it.
Like
~~ ~~
OR
~~---------------------~~
It will draw line like this:

Bonus: Text between Line
~~--------------------------------~~ `02-05-2025` - **MahetabO** ~~----------------------------~~

It may not be exactly what you look like but the best option to get a solution as near as possible would be using the ``` annotation of discord.
So you can get a result like this

(Here a list of other characters to use: https://www.symbolcopy.com/line-symbols.html)
Code:
```ββββββββββββββββββββββββββββββββββββββββββββββββ 29. Januari 2024 βββββββββββββββββββββββββββββββββββββββββββββββββββ```
In the ``` annotation you can use several styling option. The documentation for this is not really good in my opinion but the best resource for this is in my opinion: https://www.writebots.com/discord-text-formatting/
I hope this helps you a bit