Michael

Results 2 comments of Michael

Sadly not possible on a global plugin scale because all images need to be manually uploaded via the discord developers application panel which are then referenced by id. ![image](https://user-images.githubusercontent.com/39930952/80681983-cf7ef700-8b15-11ea-9bf3-1ef01db6e06f.png)

Composition TS file version ```js import {computed, h, defineProps, useSlots} from "vue"; const slots = useSlots() const props = defineProps() const customStyle = computed(() => { return { ...props.barStyle, 'animation-duration':...