Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

p0rtL6/BD-AnimatedSpeakingRings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

!! THIS PLUGIN IS UNMAINTAINED AND NO LONGER WORKS!!

Animated Speaking Rings

A theme for BetterDiscord that adds animated rings around people speaking.

Preview

How to use the spinning music bot function

using a plugin like EditUsers by DevilBro:

  1. Grab whatever image you want to use (I use a picture of a record)
  2. Change the file name to mbotdisc
  3. Change the music bot's profile picture to this file
  4. Now you will have a spinning disc as your music plays!

Custom CSS

@import url('https://p0rtl6.github.io/BD-AnimatedSpeakingRings/src/base.css'); /* The base speaking rings */
@import url('https://p0rtl6.github.io/BD-AnimatedSpeakingRings/src/voiceconnectedpanel.css'); /* The voice connected panel */
@import url('https://p0rtl6.github.io/BD-AnimatedSpeakingRings/src/bigusers.css'); /* The fullscreen user panels */
:root{
  --gradient1:  #0575E6;
  --gradient2:  #00F260;
  --gradientangle: 45deg;
  --dmvoicebgcolor: #18191c
}