#honestly something small for the usual
1 messages ยท Page 1 of 1 (latest)
yeah, I didnt wanna make it super specific, it's mainly for the people that know what they're doing, and will just turn it off if for some reason they need to make a ticket
it's mainly for the people that know what they're doing
heh, nice joke


I wonder if there's some way to look for channel IDs in the message without using a plugin
inspect element is not helping at all

ahhhh gotcha
sorry that was so non-specific I was like "wait... but dev tool" lol
[data-list-item-id*='1026515880080842772']:has([data-author-username="venbot"], .channelMention) {
display: none;
}
that should do
ah it does my own too
yeah
I mean technically, channel names arent different per language
Is it aria-label time?
[aria-label*='support'] [data-author-id*="1017176847865352332"]:has(.channelMention){
display: none;
}

Wingdings better

but emojis are even better
might be a good idea tbh, was only just tossing this out cus people hate that message with a passion XD

yeah I honestly shoulda thought more on it, I forget that not everyone just has their CSS open the whole time to toggle on and off code
works wonders now
nvm it doesn't
the vns commands are still hidden in #๐ฅ-vencord-support-๐ฅ

Welp...
I mean, gone for me
Lovely...
Works for me as well
I have no idea why it won't for me... Lmao
make sure it's fully intact and maybe you dont have another css missing a ;
I tried to get it to not target replies but all I tried didnt help so idk
nvm I'm a GENIUS
[aria-label*='support'] [data-author-id*="1017176847865352332"]:has(h2):not([id*=accessories]){
display: none;
}
try the one I just put in 
omg wait I can make it h2

Alright
above fixes that :3
do you have any more code below it? (i.e. :root{} )
oooooh that might have been it lol
Yeah that solved it
Thanks 
np
lmao I can do emojis
[aria-label*='๐ฅ'] [data-author-id*="1017176847865352332"]:has(h2):not([id*=accessories]){
display: none;
}
cursed
uhhhh
wouldn't this also hide other messages that contain h2 formatting in that channel?
should only be if it's from the bot
plus
yes but


