#🏥-vencord-support-🏥

1 messages · Page 472 of 1

broken tiger
#

hope patpat will came back nyehehehhee

haughty goblet
#

yes, thats exactly what i was replying too

#

read point 2

raw mural
#

WHY DOES IT DO THAT

haughty goblet
raw mural
#

YH

#

HOW TO FIX IT

haughty goblet
#

vf themes

mighty ravenBOT
# haughty goblet vf themes
My themes broke and now I can't open settings or disable them

open the dev tools with CTRL + Shift + i (Cmd + Option + i on MacOs) and click on the "console" tab at the top. Then paste and run (with enter) the following code.

It will

  • disable custom css (you can turn it back on in Vencord Settings)
  • copy your current theme links to your clipboard as a backup
  • remove all themes
(() => {
    Vencord.Settings.useQuickCss = false
    try {
        const copy = window.copy ?? Vencord.Webpack.Common.Clipboard.copy
        copy(Vencord.Settings.themeLinks.join("\n"))
    } catch { }
    Vencord.Settings.themeLinks = []
    Vencord.Settings.enabledThemes = []
})()
outer river
#

Although, again, this doesn't bother me a whole lot, because it's pretty minor.

#

Sorry, I should have communicated what I was talking about more clearly. My bad.

haughty goblet
#

I happen to know that my clock has only drifted by 1 hour
their clock not yours btw

The issue is that "1 hour and 60 minutes" doesn't make any sense.
yeah its just like that

outer river
tidal gulch
#

I started discord in web version now.
In the linux flatpak version I get the following errors. I assume this is a Discord/Linux problem and not Vencord?

raw mural
#

WHAT DO I DO NOW

haughty goblet
raw mural
mighty ravenBOT
# raw mural what stuff
My themes broke and now I can't open settings or disable them

open the dev tools with CTRL + Shift + i (Cmd + Option + i on MacOs) and click on the "console" tab at the top. Then paste and run (with enter) the following code.

It will

  • disable custom css (you can turn it back on in Vencord Settings)
  • copy your current theme links to your clipboard as a backup
  • remove all themes
(() => {
    Vencord.Settings.useQuickCss = false
    try {
        const copy = window.copy ?? Vencord.Webpack.Common.Clipboard.copy
        copy(Vencord.Settings.themeLinks.join("\n"))
    } catch { }
    Vencord.Settings.themeLinks = []
    Vencord.Settings.enabledThemes = []
})()
haughty goblet
tidal gulch
#

So I just wait using the web version until Discord fix the deb?

haughty goblet
raw mural
haughty goblet
#

r e a d

#
  1. Open the dev tools with CTRL + Shift + i (Cmd + Option + i on MacOs)
  2. Click on the "console" tab at the top
  3. Then paste and run (with enter) the following code.
(() => {
    Vencord.Settings.useQuickCss = false
    try {
        const copy = window.copy ?? Vencord.Webpack.Common.Clipboard.copy
        copy(Vencord.Settings.themeLinks.join("\n"))
    } catch { }
    Vencord.Settings.themeLinks = []
    Vencord.Settings.enabledThemes = []
})()
raw mural
#

yh im on console now what i do

haughty goblet
raw mural
#

yh i dont get where i meant to go now

haughty goblet
raw mural
#

what do i do now

haughty goblet
#

paste the code

#

did the console mention anything about "Allow pasting"

raw mural
haughty goblet
#

i give up

outer river
somber pecan
#

is there a plugin to show time in the members list?

pure dawn
#

you have a clock on your system

somber pecan
#

i have taskbar hidden

outer river
somber pecan
#

so i dont typically see it

outer river
#

I don't think there's a plug-in, but the js for that is probably pretty simple. If you know what you're doing, you could probably hack that together in 15-30 minutes.

somber pecan
outer river
somber pecan
#

yeah im a fullstack dev

outer river
somber pecan
torpid light
#

most of my plugins not working correctly

outer river
# somber pecan <:HYPERS:949063414901248021>

I'd personally just write a script to insert the time where you'd like it to be. The downside is that you'd have to rerun it each time discord restarts.
If you'd like it to be a plug-in, there's probably documentation.

torpid light
#

can someone help

pure dawn
#

discord pushed a patch that broke some plugins

#

provided you are actually up to date theres nothing you can do but wait at this time (unless you're using canary, in which switch to stable)

outer river
pure dawn
torpid light
#

oki

pure dawn
outer river
outer thicket
#

vesktop on linux mint isn't picking up my game activity (rhytia)

pure dawn
#

how did you install vesktop

outer thicket
#

it picked it up just fine yesterday

outer thicket
pure dawn
#

should work OOTB

outer thicket
#

ok sorry im dumb

#

it was an one time issue it seems (?)

#

I'll restart vencord to see if it's an issue with it not picking up activies that were started before the client

bronze remnant
#

How can i change a group name on PC?
I can only do it on iOS

outer thicket
pure dawn
bronze remnant
#

Oh

outer thicket
#

it does not pick up activities that were started before the client

pure dawn
outer thicket
somber pecan
# outer river I'd personally just write a script to insert the time where you'd like it to be....

can i not use querySelector for custom js snippet? nothing is happening


function createTimeDiv() {
    const targetElement = document.querySelector('.membersWrap_cbd271 .hiddenMembers_cbd271');
    
    // Check if the element exists
    if (!targetElement) return;

    // Create the div to display time
    const timeDiv = document.createElement('div');
    timeDiv.id = 'sticky-time-div';
    
    // Append the div if it doesn't already exist
    if (!document.querySelector('#sticky-time-div')) {
        targetElement.appendChild(timeDiv);
    }

    // Function to update time
    function updateTime() {
        const now = new Date();
        const timeString = now.toLocaleTimeString();
        timeDiv.textContent = `Current Time: ${timeString}`;
    }

    // Update the time every second
    setInterval(updateTime, 1000);

    // Initialize with the current time
    updateTime();
}
#

ayyyyyyyyyyyy

flat parcel
#

I read it ,But I can't fix it

daring urchin
#

Not 100% sure where to put this, but discord recognizes the anti-cheat that launches before the game launches as the game, when I manually add the .exe file it detects the game but its not in the nice RP that you do when it recognizes the anti-cheat one. I get that this is a discord issue, but is there a way to edit app data or create a vencord plugin so that it recognizes the correct .exe file instead of the anti-cheat and gives the proper rich presence?

broken tiger
#

cant clone emojis with the plugin "emotecloner"

pure dawn
#

use stable & if you're already using stable wait

broken tiger
#

im using stable

pure dawn
#

discord updated some stuff and we're fixing it

broken tiger
#

ok

#

ty

somber pecan
#

this was easy

fallow wind
#

I cant screenshare with nitro quality with fakenitro. Anyone know a fix?

outer river
somber pecan
outer river
somber pecan
# outer river Can I see the code that you got working for educational purposes?
// Define the CSS for the sticky time div
const style = `
#sticky-time-div {
    position: sticky;
    bottom: 0;
    padding: 2rem;
    z-index: 999;
    background: #272b35;
    font-size: 1.5rem;
    color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 1em;
    padding-inline: 1em;
    border-radius: 1em;
}
`;

// Add the custom style to the page
let styleElement = document.querySelector('#sticky-time-div');
if (styleElement) {
    styleElement.remove();
}
styleElement = document.createElement('style');
styleElement.textContent = style;
document.head.appendChild(styleElement);

// Select the target element dynamically
const targetElement = document.querySelector('.container_cbd271');

// Only proceed if the target element exists
if (targetElement) {
    // Check if the time div already exists, if so, remove it
    let timeDiv = document.querySelector('#sticky-time-div');
    
    if (timeDiv) {
        timeDiv.remove();  // Remove the existing time div
    }

    // Create a new time div
    timeDiv = document.createElement('div');
    timeDiv.id = 'sticky-time-div';
    
    // Insert the new div as the first child
    targetElement.appendChild(timeDiv);

    // Immediately set the current time
    const now = new Date();
    let timeString = now.toLocaleTimeString();
    timeDiv.textContent = `${timeString}`;

    // Update the time every second
    setInterval(() => {
        const now = new Date();
        timeString = now.toLocaleTimeString();
        timeDiv.textContent = `${timeString}`;
    }, 1000);
}

pure dawn
fallow wind
last holly
#

is message logger working?

keen vector
#

guys help

mighty ravenBOT
# keen vector

If you are trying to install plugins from the third party plugins channel, see the pinned message there.
Do not ask for further help or you will lose access to support. If you cannot figure it out with the pinned message, it's not for you.

Absolutely no support is provided with such installs. If you want to ask for help with bugs / issues, install the regular way.

(Auto-response invoked by @pure dawn)

keen vector
mighty ravenBOT
last holly
#

Vencord: v1.10.3 • 832e874 (Standalone) - 26 Sept 2024
Client: canary ~ Discord Desktop v1.0.460
Platform: Win32
Last Crash Reason: N/A

haughty goblet
#

Canary moment

#

Don’t use canary

grim spade
#

whats this setting called?

haughty goblet
#

vp platformind

mighty ravenBOT
grim spade
cedar crown
#

what does it mean by the category? how do u find it

haughty goblet
#

Open ur discord settings

pure dawn
#

each of the titles is its own category

#

they'll be a vencord category

grim spade
#

how do i remove this

haughty goblet
#

Disable the plugin you enabled without reading what it does

#

vp moreusertags

mighty ravenBOT
cedar crown
pure dawn
cedar crown
#

ive closed it and i still dont see it

pure dawn
#

vs dbg

mighty ravenBOT
# pure dawn vs dbg

Please share your Vencord debug info by running the /vencord-debug slash command!

pure dawn
#

do you see 2 blue buttons on that?

cedar crown
#

where?

haughty goblet
cedar crown
#

send it?

pure dawn
#

there would be no need to screenshot if we didn't want to send it

#

so yes, send it

cedar crown
#

okay

haughty goblet
#

Its installed

cedar crown
#

oh wait

haughty goblet
#

It’s somewhere in ur settings

cedar crown
#

idk

#

let me check

#

oh i see it!!

outer river
somber pecan
#

im totally not struggling to make this plugin load

haughty goblet
#

Keep it out of here

#

Its no longer related to support + no support for custom plugins

marble palmBOT
outer river
fleet iris
#

anyone got the weird combo working with vesktop?
nvidia, wayland, gnome, flatpak?

fleet iris
broken tiger
#

something odd is happening with the see Private things plug-in, when I enabled it, it didn't show any private channels

opaque pewter
#

after a windows update my discord is freezing after like 3 seconds of booting, devtools freezes with it, should I revert orrr

chilly radish
glad sinew
#

Vencord: v1.10.3 • 832e874 (Standalone) - 26 Sept 2024
Client: stable ~ Discord Desktop v1.0.9166
Platform: Win32
Last Crash Reason: N/A

jolly coyote
#

My themes are broken

#

like my discord theme

jolly coyote
#

Vencord: v1.10.3 • 832e874 (Standalone) - 26 Sept 2024
Client: stable ~ Discord Desktop v1.0.9166
Platform: Win32
Last Crash Reason: N/A

random shell
#

fakenitro broke

#

gaming..

pure dawn
#

Discord broke stuff

#

you need to wait for us to fix it

random shell
#

alriight

drifting sandal
random shell
#

i'll use the plain one for now

#

(not light mode ...)

mighty sleet
pure dawn
mighty sleet
#

the emote cloner is broken too

#

everything I think

#

😔

civic niche
#

Vencord: v1.10.3 • 832e874 (Web) - 26 Sept 2024
Client: stable ~ UserScript (Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:131.0) Gecko/20100101 Firefox/131.0)
Platform: Win32

delicate slate
daring haven
jolly coyote
delicate slate
#

Rip Themes

haughty goblet
#

Yes

soft tusk
#

Is there any to grab the data for what discord ids were pinned to this category in PinDMs?

haughty goblet
#

No

soft tusk
#

dang

cedar crown
#

idk if this goes here but are there any like language translations plugins?

haughty goblet
#

vp translate

mighty ravenBOT
spiral moth
#

message logger gone

haughty goblet
#

Update

spiral moth
craggy pivot
spiral moth
#

it

rich tide
#

extension you are gonna have to wait

haughty goblet
spiral moth
#

okay

rich tide
#

update hasn't even been submitted to it

craggy pivot
#

damn

haughty goblet
#

Exactly what it says

broken tiger
#

is the failed to clone emoji thing fixed

haughty goblet
#

Try it and find out

broken tiger
#

i dont wanna download them and then put them in my server again CatBounce

#

it work

#

yipie

#

now its not working🔥

tacit hazel
#

does vencord disable the game overlay feature, because it doesnt work anymore

haughty goblet
#

Are you on vesktop?

tacit hazel
#

it doesnt work for me

tacit hazel
haughty goblet
#

Nope

mighty ravenBOT
# tacit hazel u mean desktop?

Please share your Vencord debug info by running the /vencord-debug slash command!

(Auto-response invoked by @haughty goblet)

tacit hazel
#

im on mobile rn

broken tiger
#

g

tacit hazel
#

wait

#

Vencord: v1.10.3 • b5f626d1 - 5 Oct 2024
Client: stable ~ Discord Desktop v1.0.9166
Platform: Win32
Last Crash Reason: N/A
⚠️ Vencord DevBuild
⚠️ Has UserPlugins

haughty goblet
#

No support for dev installs

broken tiger
#

its not working

marble palmBOT
haughty goblet
mighty ravenBOT
# broken tiger its not working

To better help you, we need your error logs!

To collect them, please

  • open DevTools with ctrl + shift + i / cmd + option + i
  • on the top right, click where it says "Default levels" and uncheck everything but "Errors"
  • screenshot all errors and post them
    screenshot

(Auto-response invoked by @haughty goblet)

ripe hearth
#

donated. keep up the good work

broken tiger
haughty goblet
#

Now wait for someone who can read this

broken tiger
#

it also says this

haughty goblet
#

Need to wait for someone who can read it cause I cant

broken tiger
#

k thanks

lapis bay
#

are you using the userscript

broken tiger
#

whats the user script im using the extension thing

broken tiger
lapis bay
#

do /vencord-plugins

broken tiger
#

Enabled Plugins (121):

AccountPanelServerProfile, AlwaysAnimate, AlwaysExpandRoles, BANger, BetterFolders, BetterGifAltText, BetterGifPicker, BetterNotesBox, BetterRoleContext, BetterRoleDot, BetterSettings, BiggerStreamPreview, ClearURLs, CopyEmojiMarkdown, CopyUserURLs, CrashHandler, CustomRPC, CustomIdle, Dearrow, Decor, DisableCallIdle, DontRoundMyTimestamps, EmoteCloner, Experiments, FakeNitro, FakeProfileThemes, FavoriteEmojiFirst, FavoriteGifSearch, ForceOwnerCrown, FriendInvites, FriendsSince, GifPaste, HideAttachments, iLoveSpam, IgnoreActivities, ImageZoom, ImplicitRelationships, KeepCurrentChannel, LoadingQuotes, MemberCount, MentionAvatars, MessageClickActions, MessageLatency, MessageLinkEmbeds, MessageLogger, MessageTags, MoreCommands, MoreKaomoji, MoreUserTags, MutualGroupDMs, NewGuildSettings, NoDevtoolsWarning, NoMaskedUrlPaste, NoMosaic, NoOnboardingDelay, NoPendingCount, NoReplyMention, NoScreensharePreview, NoTypingAnimation, NoUnblockToJump, NormalizeMessageLinks, NotificationVolume, NSFWGateBypass, OnePingPerDM, oneko, OpenInApp, OverrideForumDefaults, PauseInvitesForever, PermissionFreeWill, PermissionsViewer, petpet, PictureInPicture, PinDMs, PlatformIndicators, PreviewMessage, PronounDB, QuickMention, QuickReply, ReactErrorDecoder, ReadAllNotificationsButton, RelationshipNotifier, ReplaceGoogleSearch, ReplyTimestamp, RevealAllSpoilers, ReverseImageSearch, ReviewDB, RoleColorEverywhere, SecretRingToneEnabler, Summaries, SendTimestamps, ServerInfo, ServerListIndicators, ShowAllMessageButtons, ShowHiddenChannels, ShowHiddenThings, ShowMeYourName, ShowTimeoutDuration, SilentMessageToggle, SortFriendRequests, StartupTimings, StickerPaste, StreamerModeOnStream, SuperReactionTweaks, TextReplace, Translate, TypingIndicator, TypingTweaks, Unindent, UnlockedAvatarZoom, UserVoiceShow, USRBG, ValidReply, ValidUser, ViewIcons, VoiceDownload, VoiceMessages, VolumeBooster, WebContextMenus, WebKeybinds, WebScreenShareFixes, WhoReacted
#

holy shit

haughty goblet
#

Surely you don’t need all those plugins

broken tiger
#

im gonna disabled the shit i dont need

#

latr

lapis bay
# broken tiger latr

do you have any other extensions? looks like there's a misconfigured CORS header, but not sure why that would happen

broken tiger
lapis bay
#

you can check from chrome://version

broken tiger
#

Version 129.0.6668.90 (Official Build) (64-bit)

broken tiger
lapis bay
#

is this happening for all emotes

#

or just some

broken tiger
#

my vencord stopped working

marble palmBOT
# broken tiger my vencord stopped working

The easiest & fastest solution to most issues is to just reinstalll / repair Vencord using the installer. Don't worry, you won't lose your settings! They'll all be there like nothing happened once you're back

broken tiger
#

im in chrome

#

My vencord just stopped working

#

nvm

mighty ravenBOT
broken tiger
#

Vencord: v1.10.3 • 832e874 (Web) - 26 Sept 2024
Client: stable ~ Web (Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36)
Platform: Win32

#

There's something going on

honest scroll
#

does it work if you disable all plugins?

broken tiger
#

My name is now my old ass name

#

it works now

#

Why is my name

ruby haven
#

is there an option that enables unlimited upload size?

haughty goblet
broken tiger
#

Why is my name fucking herbert againhusk

broken tiger
#

dawg

#

my name was kinitopet

lapis bay
#

nope

#

never seen that

broken tiger
#

whys it herbert

topaz vault
#

why am i here

brisk surge
topaz vault
brisk surge
broken tiger
#

hmm i wonder why

topaz vault
brisk surge
broken tiger
#

yep

honest scroll
topaz vault
#

I forgot about it

torn radish
#

is there a way to make it look like your always listening to spotify

#

like rvc but with spotify or something

broken tiger
#

some of my plugins broke

lilac folio
broken tiger
#

like my message logger, view avatars inside reactions

broken tiger
lilac folio
broken tiger
#

it worked

tame yew
#

anyone having this issue on windows where they screenshare on vesktop and the ppl watching the stream hear their own voices too?

torn radish
lilac folio
lilac folio
lilac folio
# torn radish I dont want to 😦

I'm not sure what you want then? you want spotify to be playing on your profile, but you don't want a fake one, and you also don't want to have a real one?

jaunty dawn
broken tiger
#

we need a ChatGPT plugin for VC 😂

lilac folio
broken tiger
haughty goblet
lilac folio
# torn radish no I dont want spotifiy open

pretty sure what you're asking for is impossible then. I don't think there's a way to have a rich presence that's not custom if you're not even running the thing that makes the presence

ruby parcel
mighty ravenBOT
# broken tiger hmm i wonder why

This issue has already been fixed. Please update to the latest version either using the inbuilt updater tab or by using the installer

(Auto-response invoked by @jaunty dawn)

jaunty dawn
steel raven
mighty ravenBOT
# ruby parcel it didnt

Please share your Vencord debug info by running the /vencord-debug slash command!

(Auto-response invoked by @haughty goblet)

ruby parcel
#

Enabled Plugins (7):

BlurNSFW, CrashHandler, FakeNitro, MessageLogger, WebContextMenus, WebKeybinds, WebScreenShareFixes
haughty goblet
#

Other one

ruby parcel
#

Vencord: v1.10.3 • 832e874 (Web) - 26 Sept 2024
Client: stable ~ Web (Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.6533.120 Safari/537.36)
Platform: Win32

haughty goblet
#

Chrome extension?

ruby parcel
#

yesa

#

i use web versityon

haughty goblet
#

Common chrome extension L, need to wait extra longer for the update

ruby parcel
#

ok i'll waita

lilac folio
#

there should be smth in the chrome extension like this one with the 'outdated client' warning but saying updates will be later because chrome

sour kraken
#

Hi there, I have read and searched here but still have a question. When I use /petpet, I always recieve an object error, even when I specify the user.

pure root
haughty goblet
#

It takes time to submit the extension and for google to review the update before people get it

sour kraken
pure dawn
#

Are you using the userscript?

sour kraken
#

Im sorry, I am not very good with english. I am not familiar "userscript", specifically.

mighty ravenBOT
cedar adder
#

wsg chat!

#

messagelogger and whoreacted is broken

haughty goblet
#

Update

pure dawn
#

Update!

ruby parcel
#

Enabled Plugins (7):

BlurNSFW, CrashHandler, FakeNitro, MessageLogger, WebContextMenus, WebKeybinds, WebScreenShareFixes
#

ğfsdgdh

ruby parcel
haughty goblet
#

They’re using the chrome extension

#

They just need to wait

sour kraken
#

Is "userscript" the web browser install?

ruby parcel
#

ü

#

what

haughty goblet
haughty goblet
ruby parcel
#

idk

sour kraken
#

I see. Can you please explaini what it means userscript?
I figured out problem, petpet will not work on broswer.

mighty ravenBOT
pure root
torn radish
#

how do I add 2rd party plugins?

#

3td*

fiery shard
#

i keep getting this error when i clone emojis what does it mean?

torn radish
#

omg

#

3rd

mighty ravenBOT
# torn radish how do I add 2rd party plugins?

If you are trying to install plugins from the third party plugins channel, see the pinned message there.
Do not ask for further help or you will lose access to support. If you cannot figure it out with the pinned message, it's not for you.

Absolutely no support is provided with such installs. If you want to ask for help with bugs / issues, install the regular way.

(Auto-response invoked by @pure dawn)

pure dawn
#

if you are using the chrome extension you must wait

severe sleet
haughty goblet
haughty goblet
brisk surge
#

i feel bad for the support helpers

#

every time we vns someone in general we give them one more baby to take care of

fiery shard
pure dawn
haughty goblet
sour kraken
#

Well thank you for the help

#

Btw I did search the entire server and did not find instances explaining my question. Thx again

haughty goblet
#

Vs dbg

mighty ravenBOT
pure dawn
#

this will be the 3rd time ^

#

If you want help, help us help you instead of you ignoring us

wise cipher
#

Enabled Plugins (2):

CallTimer, FakeNitro
trim forum
#

hey i was just wondering how i woudl download plugins / use the vencord on web browser

pure dawn
trim forum
pure dawn
trim forum
pure dawn
#

wdym

#

you enable plugins how you would normally

trim forum
#

doesnt show up on the side panel

#

the plugins feature

haughty goblet
#

Refresh

pure dawn
#

Crazy how you go "how would i download plugins / use the vencord on the web browser" instead of saying "I installed the extension, but vencord doesn't show up"

#

Its annoying af for us as you're hiding what actually is your problem

#

its okay for it to not work you don't have to hide that

trim forum
trim forum
pure dawn
haughty goblet
#

This isn’t necessary

#

It never says to refresh, that is all

#

It is solved

#

Move on

junior bolt
#

Hi, me again. Emote Cloner plugin is not working

pure dawn
#

Update

wise thicket
pure dawn
#

mm

#

could be a chrome extension user who knows

sour kraken
haughty goblet
#

It was very intentional

pure dawn
#

even if it was automated if its asking you to run something don't you think you should? 😭

sour kraken
junior bolt
sour kraken
#

I searched in known issues, but after it was explained that the script was the issue, I solved the problem for myself. 🙂

#

Chrome extension was known issue, but I assumed that using Firefox was different. Thank you again for explaining 🙂 and thank you again for what you do with this project

ruby parcel
warm fractal
#

hello i cant see some hidden channels because it doesnt follow the catogory automatically

pure dawn
#

Its impossible

#

unless you have the manage server permission you cannot see them, its entirely gated by the api

pure dawn
warm fractal
#

james i need to figure this out could you help me out

#

its really really important

pure dawn
#

You're no more important than anybody else

warm fractal
#

ik but do yk any quick solition?

warm fractal
#

ok tysm

sterile drum
#

Hi, it seems that my message logger doesn't work for some reason

pure dawn
dreamy fjord
#

(I'm running Vesktop on Bazzite)

haughty goblet
dreamy fjord
mighty ravenBOT
# dreamy fjord

Please share your Vencord debug info by running the /vencord-debug slash command!

(Auto-response invoked by @haughty goblet)

dreamy fjord
#

Vencord: v1.10.4 • 013c8d0 (Vesktop v1.5.3) - 5 Oct 2024
Client: stable ~ Vesktop v1.5.3
Platform: Linux x86_64

#

WAIT A MINUTE

#

IT JUST STARTED WORKING

sterile drum
#

I did

pure dawn
#

How do you have vencord installed?

sterile drum
#

as a chrome extension

pure dawn
#

Then you have to wait until google approves the update

sterile drum
mighty ravenBOT
sterile drum
#

since it's possible to install chrome extensions using that way

pure dawn
sterile drum
#

It works

#

Thanks

raven dust
#

what was the name of the plugin that makes @mentions the color of their top-most role? i remember seeing it somewhere i just forgot its name

pure dawn
#

vp rolecoloreverywhere

mighty ravenBOT
raven dust
#

ty

lilac folio
#

was there a way to save custom nitro profiles easily or did I dream it

lean jolt
#

when i got to install it it says pathced on the file already but when i open discord it doesnt work like there is no setting

pure dawn
#

fully restart discord

lean jolt
#

doesnt work

jaunty dawn
pure dawn
#

scroll down to the bottom of your discord settings and screenshot the text block at the very bottom

lean jolt
jaunty dawn
lean jolt
pure dawn
#

vencord is installed, scroll up and look for it

#

its in the settings

jaunty dawn
#

^^^

lean jolt
#

ok

rich abyss
#

I need help

#

I have

brisk surge
rich abyss
#

My fake nitro theme even when enabled is not working

mighty ravenBOT
jaunty dawn
#

tutorial on how to update if you got told to do so because you don't know how to read

broken tiger
#

can you add me on discord?

pure dawn
#

This is a support channel, if you need help ask here

broken tiger
#

I donated it, I need to send the badge I want, in this case it would be with the spook, right?

pure dawn
ancient kiln
#

guys is it just me or does "disablecallidle" not work?

#

Like it's still kicking me out

shell cradle
#

discord just won't open even if I uninstall or repair or whatever

#

And I'm getting this error

#

I don't think this is on known issues

#

This is the second time this has happened and I don't remember how I fixed it then

rustic vessel
#

or anything that changes your ip location?

fathom sonnet
#

either use a vpn or change your dns

ancient kiln
#

Guys

#

DisableCallIdle is broken

#

it kicks me out after 3 minutes

shell cradle
#

I had a US vpn on

#

I turned it off but it's still not working I don't think

#

Github is not blocked here

#

Like I can open the site on google

mighty ravenBOT
shell cradle
#

Am I supposed to get this?

pure dawn
#

yes

shell cradle
#

Ok

pure dawn
#

that message on the installer regardless is a connection problem

shell cradle
#

I'm going to try installing the vencord installer again

#

Wtf is this

nova widget
#

my themes keep disappearing every time i restart the client

shell cradle
#

I've never seen this

cerulean vapor
#

is there a way we could be notified when someone deletes their messages with messagelogger? ofc the plugin itself is perfect but i was just wondering if this is a thing that exists or could possibly be added? in the bottom right it'll say "X has deleted X messages" and you can click the popup and it'll take you to the pms?

pure dawn
cerulean vapor
#

not sure if it even belongs here or not tbh but doesnt kill anyone to ask

pure dawn
ancient kiln
shell cradle
pure dawn
shell cradle
#

Should I reinstall regular discord

ancient kiln
ancient kiln
pure dawn
#

i don't have time to try and repoduce it

bitter dew
#
.containerDefault_f6f816:has([class*="voiceUser_"]) .iconContainer_d8bfb3 svg.icon_d8bfb3 path[d^="M15.16"] {
    d: path("M15.1 20.75c-.58.14-1.1-.33-1.1-.92v-.03c0-.5.37-.92.85-1.05a7 7 0 0 0 0-13.5A1.11 1.11 0 0 1 14 4.2v-.03c0-.6.52-1.06 1.1-.92a9 9 0 0 1 0 17.5Z");
    animation-name: volume-icon-anim;
    animation-duration: 1.25s;
    animation-iteration-count: infinite;
}
/* Change the second path definition of the volume icon SVG to be the static part of my new animated SVG */
.containerDefault_f6f816:has([class*="voiceUser_"]) .iconContainer_d8bfb3 svg.icon_d8bfb3 path[d^="M12"] {
    d: path("M12 3a1 1 0 0 0-1-1h-.06a1 1 0 0 0-.74.32L5.92 7H3a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h2.92l4.28 4.68a1 1 0 0 0 .74.32H11a1 1 0 0 0 1-1V3ZM15.16 16.51c-.57.28-1.16-.2-1.16-.83v-.14c0-.43.28-.8.63-1.02a3 3 0 0 0 0-5.04c-.35-.23-.63-.6-.63-1.02v-.14c0-.63.59-1.1 1.16-.83a5 5 0 0 1 0 9.02Z");
}
/* change color of animation to match Discord's "Live" icon when someone is live-streaming */
.containerDefault_f6f816:has([class*="live_"], [class*="baseShapeRound_"]) .iconContainer_d8bfb3 svg.icon_d8bfb3 path[d^="M15.16"] {
    animation-name: volume-icon-anim-live;
}
.containerDefault_f6f816:has([class*="live_"], [class*="baseShapeRound_"]) .iconContainer_d8bfb3 svg.icon_d8bfb3 path[d^="M12"] {
    color: var(--red-400);
}
/* Animation when there is someone in a voice channel */
@keyframes volume-icon-anim {
    0%, 100%  {color: transparent;}
    50%  {color: var(--currentColor);}
}
/* Animation when there is someone live-streaming in a voice channel */
@keyframes volume-icon-anim-live {
    0%, 100% {color: transparent;}
    50%  {color: var(--red-400);}
}```
pure dawn
mighty ravenBOT
ancient kiln
nova widget
#

Vencord: v1.10.3 • 832e874 (Web) - 26 Sept 2024
Client: stable ~ Web (Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36)
Platform: Win32

nova widget
#

?

pure dawn
nova widget
pure dawn
#

could you show your setup in the settings for them?

nova widget
#

wdym?

#

oh

#

i keep having to reinstall them

stray sable
#

What's new and also how can i get clyde ai on my server/

pure dawn
pure dawn
#

maybe the folder permissions are messed up?

nova widget
real kiln
#

HOW DO I FIX THIS

stray sable
#

What's new in latest update/

pure dawn
pure dawn
real kiln
pure dawn
clear sphinx
#

running vesktop on mac, everytime i go afk and put my computer to sleep--this happens when i open vesktop and it never resolves

daring urchin
#

did they path vencord fake nitro?

brisk surge
ivory relic
#

any1 have a script for removing the forward button its literally so useless i hate it

ivory relic
#

yh

flat cove
clear sphinx
#

ahhh ok, thanks

nova widget
broken tiger
pine grail
pine grail
knotty dome
#

Basicly when i installend vencord i didnt get it on dicord

pure dawn
#

did you fully restart discord?

knotty dome
pure dawn
#

go into your discord settings and scroll all the way down, screenshot the block of text at the bottom

pure dawn
#

?

#

right at the bottom

knotty dome
#

oh

#

wait where?

pure dawn
#

right at the bottom of your settings, just below where your screenshot ends

knotty dome
#

this?

pure dawn
#

could you screenshot what the installer says?

weak bone
#

my fake nitro suddenly stopped working, i checked my settings and it is still turned on but i can't change my discord theme or my in app icon. I'm on desktop web.

pure dawn
weak bone
pure dawn
pure dawn
knotty dome
weak bone
#

Yeah I read it

#

there's two things on there 💀

pure dawn
#

Then you would know theres an update because known issues tells you to update

weak bone
#

neither of which give me any help

pure dawn
# knotty dome

Press windows + r then paste one of the following

If you are on Stable (most likely):
%localappdata%/Discord

If you are on PTB:
%localappdata%/DiscordPTB

If you are on Canary:
%localappdata%/DiscordCanary

Then screenshot the contents of the folder you were taken to

weak bone
#

neither of these tells me to update

pure dawn
# weak bone

well if you drop the filters you'll see them all

weak bone
#

omg shut up bot

pure dawn
weak bone
weak bone
pure dawn
#

then why do you feel the need to mention it if you know what it is?

#

either way, if you are on the extension you have to wait

knotty dome
#

and what should i do?

weak bone
#

Are you going to actually help me or not? All the other things are working

pure dawn
weak bone
pure dawn
#

Then like the 2 other times I have answered you already you have to wait

knotty dome
pure dawn
pure dawn
# knotty dome

go into task manager, completely close discord and start it again

weak bone
#

I'm so confused

pure dawn
weak bone
#

If it's due to an update, why is everything else working?

pure dawn
#

Now i'm confused

weak bone
#

It's the ONE plugin

pure dawn
analog reef
brisk surge
weak bone
copper iris
#

hello

#

what's going on

#

there's a lot of shouting

pure dawn
#

DISCORD ONLY BROKE SELECT PLUGINS

copper iris
#

ah i see

brisk surge
analog reef
pure dawn
#

its not like discord completely explodes vencord every time it updates

brisk surge
#

if vencord broke at every little update it would become a full time job

split plinth
#

is there a way to download two vesktops and have different profiles on both of them at the same time?

split plinth
#

to be able to use both my profiles

pure dawn
nova widget
analog reef
nova widget
#

im not

#

im restarting it

pure dawn
nova widget
#
  • i use web version
analog reef
#

its pretty buggy

nova widget
#

waht is that

analog reef
#

theme sync between platforms

pure dawn
#

its in the settings

nova widget
#

nope

#

i just import .css files for themes

analog reef
#

do you use link themes?

nova widget
#

but it keeps that

analog reef
copper iris
#

vban 997110217638694942 moron, giving death threats in dms

mighty ravenBOT
copper iris
#

@pure dawn blobcatcozy

pure dawn
nova widget
#

before it would save my themes

copper iris
#

i just told him to take it up with you when it comes to your timeout and he told me to go kill myself

pure dawn
#

i just timed them out because i was getting sick of them being an idiot and not listening even after i tell them what the solution is 3 times

copper iris
#

not dealing with it

analog reef
nova widget
analog reef
#

so my guess that its related to web itself, using dekstop app will be 100% fix to it

naive ravine
#

anyone else having issues launching discord with OpenAsar on Linux?
discord now only launches through a terminal when OpenAsar is installed. i have narrowed it down to an issue with OpenAsar
i used the CLI installer

knotty dome
pure dawn
pure dawn
wicked basin
#

its still slow as fuck when launched through terminal so might have to switch to vesktop for the time being

naive ravine
radiant dome
#

Help, I used the profiletheme thing and now it won't come off, as in like the vencord menu thing

radiant dome
#

I have turned it off, reset vencord ect

analog reef
radiant dome
#

Bot I beg hush

radiant dome
analog reef
radiant dome
#

Actually how big is it again? Hold on

twin yarrow
#

fale nitro equipped and uh...

radiant dome
#

How the hek do I open installer

analog reef
analog reef
pure dawn
analog reef
#

bruh

pure dawn
#

trips me up trying to remember which is which

lilac sentinel
#

my message logger aint working again...

analog reef
#

i wish web users got a warning each time upon entering this channel that they might need to wait for update

mighty ravenBOT
# pure dawn `vf` is the embeds `vs` is the text stuff (yes its very confusing)
Vencord isn't working! :(

The most likely cause is that your install is outdated. Check if there's any updates. You can either do so using our inbuilt updater, or if you cannot get there due to crashes or similar, use the "Update Vencord" in the Installer.

If you're all up to date, try reinstalling with the installer anyway!

And if it now still doesn't work, please let us know in our support server

radiant dome
#

okay so tell me how I deleted vesktop but it still runs without being downloaded?

#

Now it's telling me I have invalid discord install

pure dawn
#

yeah but it still follows the theme

radiant dome
#

Hell does that mean

pure dawn
#

as you have RAM

pure dawn
radiant dome
#

Oh do I need actual discord first?

brazen breach
#

Messagelogger its not working

#

atleast for me

surreal epoch
radiant dome
#

O

#

But I have discord now

#

Why isn't it doing anything still

pure dawn
#

restart the installer

pure dawn
radiant dome
#

I even reinstalled the installer

pure dawn
#

well what do you see now

lilac sentinel
brisk surge
radiant dome
#

I installed the other one and it said install successful but I don't see vencord or anything

lilac sentinel
brazen breach
pure dawn
#

vs dbg

mighty ravenBOT
# pure dawn vs dbg

Please share your Vencord debug info by running the /vencord-debug slash command!

radiant dome
#

Where's the actual like own venkord app

#

Cause I have some of it's settings in normal discord but I loved the vencord app discord thingy

pure dawn
#

i'm guessing %localappdata%\vesktop

#

vencord settings for desktop discord are in %localappdata%\vencord

radiant dome
#

Yeah but like I mean I have normal discord, but I don't want that one, I want the vencord app

#

Where's it's literally discord but just 10x better

pure dawn
#

I'm confused what the end goal is here, why do you need to know where it is on your computer

radiant dome
#

I don't know how to explain it

pine grail
#

i'm guessing you want vesktop?

radiant dome
#

You know like, vencords discord app? Where it says "vencord" on the top instead of "Discord" and has a vencord logo and vencord loading

#

YE THAT

#

that's the one

pine grail
pure dawn
#

god you're so bad at explaining 😭

#

you should've said you wanted to download it

radiant dome
pure dawn
#

its fine lol

radiant dome
#

NOOO

#

Ohhh okay

#

You know the white bits that I had? I could of just clicked "dark" theme and it's gone.. omfg

pure dawn
#

oh you were complaining about the theme?

#

it was unclear what you were complaining about

radiant dome
#

Thank y'all for helping though! And also it wasn't the theme, it was the I think it's called "fakeprofilethemes"

#

I thought it would be good and I tested it but I had a Downloaded theme and it made everything look NASTY

#

So I tried turning it off and even reset my pc, and it didn't work but this whole time all I had to do was press "dark"

winged bone
#

So has Vesktop not included a zoom feature in appearance? I swear it did

spring dagger
#

stickers aren't working despite having the fakenitro thing enabled tf

pure dawn
pure dawn
#

oh right

#

discord doesn't show it on discord web (because its a web build) so they make you use the browser zoom instead

#

ctrl & + or - will still work though

winged bone
#

ty ty ty!

#

best devs and support out on discord fr fr

random shell
#

chat i want my fake nitro back 😭

worn mist
#

hi, how do i fix always animate not working here?
the profile effect is not being animated and neither is the bluehearts emoji

pure dawn
#

do you have reduced motion enabled?

worn mist
cunning glacier
#

Vencord: v1.10.3 • 832e874 (Standalone) - 26 Sept 2024
Client: stable ~ Discord Desktop v1.0.9166
Platform: Win32
Last Crash Reason: N/A

silver aurora
#

hey are there any known issues with constantly being signed out of vesktop?

#

every time i close it completely im signed out

pure dawn
#

vp nodevtool

mighty ravenBOT
prisma solar
#

what is fixspotifyembed and how do i use it

long parcel
#

hihi, having issues with the experiments plugin, i still lack acess to said pannel, and several of the buckets i assigned myself to have reverted

pure dawn
mighty ravenBOT
pure dawn
#

read the description

prisma solar
pure dawn
#

go into the plugins settings

random shell
#

day 20000 no fakenitro

long parcel
clever sigil
#

guys

#

it aint work

crude bear
#

is fake nitro appearences not working for yall too or do i need to update?

clever sigil
#

the thing is not working at all

#

i click install

#

i open discord

#

its just plain old discord

#

andive used it on a win11 system before

#

it worked wonderfully

#

im on win10 now

#

tried known issues fixes

#

it simply aint work

pure dawn
prisma solar
pure dawn
#

it only does it to the embeds in chat, not actually how loud spotify itself is

hushed sierra
#

WHY IS MY THEME DONT WORK

keen hemlock
#

no free nitro stikers :(

prisma solar
pure dawn
clever sigil
#

what

pure dawn
#

vencord

hushed sierra
#

my vencord is fine working

drifting flax
hushed sierra
#

but theme doesnt

marble palmBOT
# drifting flax

Your Discord seems to have installed in the wrong place. This could be due to a variety of issues.

To fix it, click the "Take me there!" button and follow the instructions in the dialog.

brisk surge
#

shouldn’t be that hard to read

pure dawn
drifting flax
#

i need help

pure dawn
#

The solution is to update

runic zinc
#

yay fakenitro cameback

hushed sierra
pure dawn
brisk surge
pure dawn
prisma solar
analog silo
#

when you post a spotify link it shows a little thing that you can play the song through

silver aurora
pure dawn
#

No

clear sphinx
clear sphinx
#

nope, its an endless loading screen

coral condor
#

odd, it doesnt happen to me and im on macOS

clear sphinx
#

can't access any of the ui while on it either

coral condor
#

have you tried reinstalling it

#

like, with appcleaner

clear sphinx
coral condor
#

what macOS

#

backup to the cloud or via file before reinstalling btw so you dont lose ur stuff

clear sphinx
#

i'm on Sonoma 14.4.1

coral condor
#

its a direct download so discord might say blah blah blah its malware

clear sphinx
#

i already have appcleaner installed

coral condor
#

oh

#

so yeah just quit vesktop, drag vesktop.app from finder to appcleaner (make sure appcleaner has full disk access) and then empty trash and redownload

clear sphinx
#

got it, brb

rain flume
#

how can i fix this?

umbral pilot
clear sphinx
pure dawn
# rain flume how can i fix this?

you can enable Transform Compound Sentence in the settings of fakenitro but keep in mind that they will still appear like this to regular users

zenith gale
#

vencord broken again?

clear sphinx
# coral condor kk

looks like its fixed, now between account switches i see a glimpse of the loading screen but i'm not stuck on one
thanks for helping

fallen quail
#

This isnt as much of an actual support question as it is a more genereal question but i wasnt sure where to ask this. Is this tab safe to use? Like everything in it? I did alot of research but all of the videos etc were just covering the "experiments" tab

pure dawn
#

if you're bored find something else to mess with

fallen quail
#

I wont ever know what anything does without learning what it does

pure dawn
#

if it wasn't safe, it wouldn't be available to you

#

but its stuff you'll basically never need

fallen quail
mighty ravenBOT
mighty ravenBOT
hushed sierra
#

MESSAGE LOGGER NOT WORK

#

IDK HOW TO FIX

shell veldt
hushed sierra
#

I ALREADY HAD THIS ON

brisk surge
analog silo
pure dawn
#

unclickable users are so cringe

hard oak
#

when i tried to open i get a java error

#

can some one help me?

marble palmBOT
# hard oak

Repair your installation in the installer.

glass spoke
#

hi

mighty ravenBOT
heady sonnet
#

hi is there a plugin where i can have fav media thats not a gif? or is there a trick?

split aurora
#

...So, I remember having this thing enabled for a while, until today it suddenly stopped working, I tried everything to make it work again and it just did not want to, I wanna know if there's a way to solve this...thing

mighty ravenBOT
split aurora
#

Vencord: v1.10.3 • 832e874 (Web) - 26 Sept 2024
Client: stable ~ Web (Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0)
Platform: Win32

pure dawn
#

chrome extension users must wait until google approves the extension update

split aurora
#

Ah.

#

okay ty

little ermine
#

anyone know what plugin is this "the reaction one" i want to remove it but i have no idea what did i enable 😭 (it's not really an issue but ig i'm not allowed to ask for help in general)

brisk surge
#

new discord feature

little ermine
# brisk surge its not a plugin

bruh, i can't click on answers due to it on vc chat, is there a way to remove it ?
anyway thnx for help but now since i asked i lost the general (offtopic) chats lol

pure dawn
#

wrong snippet

#

copied the wrong one

#

its 03:30 :3

little ermine
#

@brisk surge hey sry for pinging you here, but since i got that "needy for support" role i lost the offtopic channels and can't see them (neither in channel & roles)

pure dawn
#

is needy for support
continues to be needy by pinging users

#

do you have a spec of patience?

#

I can't be bothered to find the css for it right now but you can disable the reaction frecency experiment with the expermients plugin

#

enable the plugin, restart discord, scroll down to the bottom of settings, click experiments, search reaction, find the "reaction frecency algorithms", click the drop down and set yourself to not eligible

broken tiger
#

Hey @little ermine, take a look at this!

Rule 5

Do not ping for support.
Do not DM for support.
Do not use channels other than support for support.

Use #🏥-vencord-support-🏥.

broken tiger
#

what the chees

#

will my uhhh vencord settings also move to my desktop version if i install the normal discord

broken tiger
#

i don have cloud save

#

😡

#

wait let me do it

#

what am i supposed to do

lilac folio
broken tiger
#

oh ok thanks

maiden lichen
#

emojis are super huge for me is anyone else haging this issue?

#

like i made sure my addons wernt the cause and they arnt

lilac folio
#

could you send a screenshot

broken tiger
maiden lichen
broken tiger
#

Why isnt my fakenirto working

#

i mean the emojis work but the appearence no work

lilac folio
broken tiger
#

bru

#

ok then

maiden lichen
broken tiger
maiden lichen
#

like im pretty sure this is a emoji not s sticker but it shows as a huge emoji fsr sob_smile

lilac folio
maiden lichen
#

alright ill see thank you

fleet haven
maiden lichen
strong oracle
#

my fake nitro wont work, like it wont let me send gifs

dense cedar
#

why is my quick css not working?

azure perch
broken tiger
#

ik this aint support or anything but whats openasar

dense cedar
#

also the shop is hidden based on href but it's also not hidden

azure perch
#

do u have enable custom css in vencord settings on

azure perch
broken tiger
#

o

dense cedar
azure perch
#

use inspect element in devtools

#

(ctrl shift i then ctrl shift c then click gift button)

pearl vale
#

i made a fix for the emojis being messed up

#
.emoji {
    -o-object-fit: contain;
    object-fit: contain;
    width: var(--custom-emoji-size-emoji);
    height: var(--custom-emoji-size-emoji);
    vertical-align: bottom;
}

.emoji.jumboable {
    width: var(--custom-emoji-size-jumbo-emoji);
    height: var(--custom-emoji-size-jumbo-emoji);
    min-height: var(--custom-emoji-size-jumbo-emoji);
}
#

cant upload to css snippets for some reason

broken tiger
#

im using browser extension and randomly everything stops working, im using more tags and message logger and they randomly break and not work even though its saying it does and this been happening for a long time now

lilac folio
keen vector
#

is this right

#

@azure tinsel help

urban kayak
#

does anyone know why vencord would uninstall its self

hexed vapor
tough lake
#

messagelogger wont work after switching to opera gx, used to work on edge. any reason?

prisma elm
#

when the extension does update for chrome, would it be possible to have a download of it in zip form? so that we can get the unsigned extension on firefox based browsers, since the user script is extremely limited.

sage kernel
#

aiii can any one help me see why tf is the pin dms plugin hiding dms? like i have some friends pinned in a certain catagory and if i dont talk to them actively they are just hidden, and its making it really hard to well manage my friends since i am forgetful and cant remember their discord usernames

#

i have a shitton of friends and connections on different communities and stuff

#

like i have a bunch of friends in the pin catagory "gd friends" yet when i dont talk to one of them actively it just gets hidden

#

and there's this friend that i forgot their discord username and i just cant find them

#

its so annoying

trim gulch
#

uh my message logger isnt working. i use chrome

wise thicket
trim gulch
#

whoopsies

sage kernel
broken tiger
#

why is my pc unbelieveably laggy after installing vencord

feral cargo
#

how do i change themes

broken tiger
#

i kinda fixed it but its still laggy

sacred coral
broken tiger
#

my pc is shit but it ran perfectly like a few months ago

leaden lintel
#

read know issues before asking for help'

solar dawn
#

hi how do I disable user profile

#

I want this but

#

not this

granite rune
#

What do you mean

solar dawn
#

I want that got

#

gone

granite rune
#

There's this button

solar dawn
granite rune
#

That hides member tab

solar dawn
#

No my discord keep getting rid of server tab I want it

granite rune
solar dawn
#

I dont want the user profile

solar dawn
#

SHUT THE FUCK UP

granite rune
#

Neither with a plugin

solar dawn
#

dam

#

why

#

yo shut yo bitch ass up

granite rune
#

Don't be mean to venbotto :(

solar dawn
#

it annoying

#

but can I get rid of it in files?

granite rune
solar dawn
#

shut it

haughty goblet
solar dawn
#

so there no CSS to disable user profile

open lava
#

dawg what am i doing wrong

solar dawn
#

Sticky icky bot fr

haughty goblet