p0rtL6 / BD-AnimatedSpeakingRings

A theme for BetterDiscord that adds animated rings around people speaking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

!! 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
}

About

A theme for BetterDiscord that adds animated rings around people speaking

License:MIT License


Languages

Language:CSS 68.4%Language:HTML 31.6%