Giter Site home page Giter Site logo

vencord-userplugins's Introduction

Hi there πŸ‘‹

d3sox

πŸ’¬ Connect with me

d3sox.me Matrix Mastodon

πŸ‘‰ Check out my friends’ projects too! Curve and ravi0lii


See more information about the stuff I use

Languages

JavaScript TypeScript C++ PHP Kotlin

Front-end development

Vue.js React SCSS

Back-end development

Node.js NestJS Laravel

Desktop OS & Software

Arch Linux KDE Firefox uBlock Origin
PhpStorm CLion IntelliJ IDEA Neovim

Mobile OS & Software

Google Pixel LineageOS microG F-Droid Aurora Store

Other tools

Docker Bitwarden NGINX Jenkins Insomnium Yarn PostgreSQL
Raspberry Pi Pi-hole

vencord-userplugins's People

Contributors

autumnvn avatar d3sox avatar jaxellis avatar verticalsync avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

vencord-userplugins's Issues

MemberListActivities: Applications with no icon show as null.png

When an application has no icon it shows a blank box or a broken image icon

Either it shouldn't show anything (make sure application.name isn't null), or it should show the SVG discord has for applications with no icon

Here's the SVG code discord uses for applications with no icons.

<svg class="gameIcon__90c32 medium__2316b gameIcon__71e13" aria-hidden="true" role="img" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M5 2a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3V5a3 3 0 0 0-3-3H5Zm6.81 7c-.54 0-1 .26-1.23.61A1 1 0 0 1 8.92 8.5 3.49 3.49 0 0 1 11.82 7c1.81 0 3.43 1.38 3.43 3.25 0 1.45-.98 2.61-2.27 3.06a1 1 0 0 1-1.96.37l-.19-1a1 1 0 0 1 .98-1.18c.87 0 1.44-.63 1.44-1.25S12.68 9 11.81 9ZM13 16a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm7-10.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM18.5 20a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM7 18.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM5.5 7a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z" clip-rule="evenodd" class=""></path></svg>

SilentTyping: Support excluding channels

This will probably a lot easier to implement once we have the lists API like

const lists = defineLists({
  ignoredUsers: {
    type: "user",
    name: "Users to ignore messages from"
  },
  ignoredChannels: {
    type: "channel",
    name: "Channels to ignore messages from"
  },
  ignoredGuilds: {
    type: "guild",
    name: "Guilds to ignore messages from"
  }
})

export default definePlugin({
  name: "MessageLogger",
  
  lists,

  shouldLog(message) {
    if (
      lists.ignoredUsers.has(message.author.id)
      || lists.ignoredChannels.has(message.channel_id)
      || lists.ignoredGuilds.has(message.guild_id)
    ) return false;
  }
})

[Bug] Ur plugins won't load. :(

Im using this discord version :
canary 290439 (7e1011c) Host 1.0.340 x64 (47455) Windows 10 64-bit (10.0.19045)

2024-05-03.20-33-40.mp4

Then In my plugin folder ur plugin won't appear and work 😭

Plugin Request

I dont know if you also do some requests but I found some cool plugin ideas from an old Betterdiscord plugin.

No push to talk: Lets you use voice activity in channels that enforce the use of push-to-talk.

Custom stream preview: Image to render as stream preview.

No Idle: Stops Discord from setting your presence to idle.

Guild Verification Bypass: Removes the 10 minutes wait before being able to join voice channels in newly joined guilds. (Maybe it is not needed if you are phone verified but dont know)

I think this is also the updated plugin for replugged dont know if that helps.

VoiceChatUtilities

I know it is better to have the RestApi but would be very cool to have a toggle or something in the settings to do everything instant.
I also tried to remove the * 500 but still not instant :(

NotifyUserChanges Suggestions

Love the plugin but would love some improvements!

  1. Allow the notifications to count down without Discord needed to be focused, or add a setting for this.
  2. Add a log for the notifications.
  3. Add detection/notifications for status changes/activity changes, (game changes, spotify song changes, custom status changes, etc)
  4. If possible, I'm new to vencord, make the notification a bit more aesthetically pleasing, slick, and clean.
  5. Add a setting to automatically notify for all friends instead of doing people individually

MemberListActivities: "Crunchyroll" Icon spam for 'single' activity

This application has multiple activities that are the exact same which causes some icon spam to happen.
image
image

Might have to create a check for multiple of the same icons and only add 1 of them.

Users who use Premid also have 2 twitch icons when on twitch, one from the premid application and the icon from this repo.

[Bug] Notifications

image
Hello sry again but is it from u ?
(Im using twoscreens) and this goes to every game Im focused on (first screen & snd screen too)
First notification goes away but the other one no.
And happened after resting pc, discord app etc

Broken patches

At least FollowUser is broken right now because of Discord changes.
I will fix them on Tuesday.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.