Ändern Sie Bot -Seite Hintergrund oben.gg
/* Example of changing the whole bot page background */
body {
background: purple;
}
HopeDev
/* Example of changing the whole bot page background */
body {
background: purple;
}
/* Change bot description background */
.entity-content__description {
background: #7289DA; /* blurple */
}