feat: Badge API (#206)

This commit is contained in:
megumin
2022-11-11 22:50:09 +00:00
committed by GitHub
parent 62e0787cf2
commit 30ca4f1cf9
18 changed files with 237 additions and 82 deletions

View File

@ -28,10 +28,7 @@ const timers = {} as Record<string, {
export default definePlugin({
name: "vcDoubleClick",
description: "Join VCs via DoubleClick instead of single click",
authors: [
Devs.Ven,
Devs.D3SOX,
],
authors: [Devs.Ven, Devs.D3SOX],
patches: [
{
find: "VoiceChannel.renderPopout",