├── .gitignore ├── StatusEverywhere ├── assets │ ├── chat.png │ ├── account.png │ ├── settings.png │ └── memberlist.png └── README.md ├── BetterUserDates ├── assets │ └── preview.png ├── readme.md └── BetterUserDates.plugin.js ├── BetterBannedUsers ├── assets │ ├── commands.png │ ├── preview.png │ └── settings.png └── README.md ├── ShowAllActivities ├── assets │ ├── preview.mp4 │ └── preview.png ├── readme.md └── ShowAllActivities.plugin.js ├── PlatformIndicators ├── assets │ ├── preview1.png │ ├── preview2.png │ └── preview3.png └── readme.md ├── readme.md ├── ShutUpClyde ├── readme.md └── ShutUpClyde.plugin.js ├── VoiceUnreadIndicators ├── readme.md └── VoiceUnreadIndicators.plugin.js ├── Themes ├── JustBlack │ ├── readme.md │ ├── JustBlack.theme.css │ └── import.css └── BetterUnreadIndicators │ ├── BetterUnreadIndicators.theme.css │ ├── readme.md │ └── import.css ├── .github └── ISSUE_TEMPLATE │ ├── config.yml │ └── bug-report.yml ├── DISCONTINUED ├── AutoCorrectV2 │ ├── readme.md │ └── AutoCorrectV2.plugin.js ├── OpenLinksInSpecificBrowser │ ├── readme.md │ └── OpenLinksInSpecificBrowser.plugin.js ├── TwitchChatV2 │ ├── readme.md │ └── TwitchChatV2.plugin.js ├── QuickInspector │ ├── readme.md │ └── QuickInspector.plugin.js ├── RelationshipCounter │ ├── readme.md │ └── RelationshipCounter.plugin.js ├── SuppressReplyMentions │ ├── readme.md │ └── SuppressReplyMentions.plugin.js ├── MessageDoubleClickActions │ ├── readme.md │ └── MessageDoubleClickActions.plugin.js ├── MemberCount │ └── README.md ├── VoiceChatNotifications │ └── README.md ├── OpenLinksInDiscordV2 │ ├── README.md │ └── OpenLinksInDiscordV2.plugin.js ├── BetterQuoter │ ├── readme.md │ └── BetterQuoter.plugin.js ├── MessageLinkEmbed │ ├── readme.md │ └── MessageLinkEmbed.plugin.js └── UserBackgrounds │ └── README.md ├── LinkChannels ├── readme.md └── LinkChannels.plugin.js ├── QuickMuteChannels ├── readme.md └── QuickMuteChannels.plugin.js ├── InvisibleTyping ├── README.md └── InvisibleTyping.plugin.js ├── CharCounter └── README.md ├── UnreadCountBadges └── README.md ├── ChannelDms └── README.md ├── OpenSpotifylinksInSpotify ├── README.md └── OpenSpotifylinksInSpotify.plugin.js ├── ChannelDetails └── README.md ├── TypingUsersPlus └── README.md ├── VoiceUsersCounter ├── readme.md └── VoiceUsersCounter.plugin.js ├── UserDetails └── README.md ├── ShowSessions └── README.md ├── Copier └── readme.md ├── PronounDB └── README.md └── scripts └── migration.js /.gitignore: -------------------------------------------------------------------------------- 1 | .idea -------------------------------------------------------------------------------- /StatusEverywhere/assets/chat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Strencher/BetterDiscordStuff/HEAD/StatusEverywhere/assets/chat.png -------------------------------------------------------------------------------- /BetterUserDates/assets/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Strencher/BetterDiscordStuff/HEAD/BetterUserDates/assets/preview.png -------------------------------------------------------------------------------- /BetterBannedUsers/assets/commands.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Strencher/BetterDiscordStuff/HEAD/BetterBannedUsers/assets/commands.png -------------------------------------------------------------------------------- /BetterBannedUsers/assets/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Strencher/BetterDiscordStuff/HEAD/BetterBannedUsers/assets/preview.png -------------------------------------------------------------------------------- /BetterBannedUsers/assets/settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Strencher/BetterDiscordStuff/HEAD/BetterBannedUsers/assets/settings.png -------------------------------------------------------------------------------- /ShowAllActivities/assets/preview.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Strencher/BetterDiscordStuff/HEAD/ShowAllActivities/assets/preview.mp4 -------------------------------------------------------------------------------- /ShowAllActivities/assets/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Strencher/BetterDiscordStuff/HEAD/ShowAllActivities/assets/preview.png -------------------------------------------------------------------------------- /StatusEverywhere/assets/account.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Strencher/BetterDiscordStuff/HEAD/StatusEverywhere/assets/account.png -------------------------------------------------------------------------------- /StatusEverywhere/assets/settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Strencher/BetterDiscordStuff/HEAD/StatusEverywhere/assets/settings.png -------------------------------------------------------------------------------- /PlatformIndicators/assets/preview1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Strencher/BetterDiscordStuff/HEAD/PlatformIndicators/assets/preview1.png -------------------------------------------------------------------------------- /PlatformIndicators/assets/preview2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Strencher/BetterDiscordStuff/HEAD/PlatformIndicators/assets/preview2.png -------------------------------------------------------------------------------- /PlatformIndicators/assets/preview3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Strencher/BetterDiscordStuff/HEAD/PlatformIndicators/assets/preview3.png -------------------------------------------------------------------------------- /StatusEverywhere/assets/memberlist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Strencher/BetterDiscordStuff/HEAD/StatusEverywhere/assets/memberlist.png -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- 1 | ## Better Discord Stuff - **Strencher** 2 | # My collection about some Spicy Better Discord Plugins. 3 | - [Support-Server](https://discord.gg/gvA2ree) 4 | -------------------------------------------------------------------------------- /ShutUpClyde/readme.md: -------------------------------------------------------------------------------- 1 | # ShutUpClyde 2 | ## Download [**🔽ShutUpClyde**](https://strencher.github.io/download/?plugin=ShutUpClyde) Plugin 3 | - [Support-Server](https://discord.gg/gvA2ree) 4 | -------------------------------------------------------------------------------- /VoiceUnreadIndicators/readme.md: -------------------------------------------------------------------------------- 1 | # VoiceUnreadIndicators 2 | 3 | ### Shows unread indicators on voice channels for their chats.. 4 | 5 | # Previews 6 | 7 | 8 | -------------------------------------------------------------------------------- /Themes/JustBlack/readme.md: -------------------------------------------------------------------------------- 1 | # JustBlack 2 | ## Download [**🔽JustBlack**](https://strencher.github.io/download/?theme=JustBlack) Themes 3 | - [Support-Server](https://discord.gg/gvA2ree) 4 | ![image](https://i.imgur.com/FHMFy8n.png) -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- 1 | blank_issues_enabled: false 2 | contact_links: 3 | - name: Join Support Server 4 | url: https://discord.gg/gvA2ree 5 | about: If you have any problems, join my support server or create an issue 6 | -------------------------------------------------------------------------------- / DISCONTINUED/AutoCorrectV2/readme.md: -------------------------------------------------------------------------------- 1 | # AutoCorrectV2 2 | ## Corrects your message when you send it. 3 | ## Download[**🔽AutoCorrectV2**](https://strencher.github.io/download/?plugin=AutoCorrectV2) Plugin 4 | - [Support-Server](https://discord.gg/gvA2ree) -------------------------------------------------------------------------------- / DISCONTINUED/OpenLinksInSpecificBrowser/readme.md: -------------------------------------------------------------------------------- 1 | # OpenLinksInSpecificBrowser 2 | ## Download [**🔽OpenLinksInSpecificBrowser**](https://strencher.github.io/download/?plugin=OpenLinksInSpecificBrowser) Plugin 3 | - [Support-Server](https://discord.gg/gvA2ree) -------------------------------------------------------------------------------- / DISCONTINUED/TwitchChatV2/readme.md: -------------------------------------------------------------------------------- 1 | # Twitch Chat 2 | ## Download [**🔽Twitch Chat**](https://strencher.github.io/download/?plugin=TwitchChatV2) Plugin 3 | - [Support-Server](https://discord.gg/gvA2ree) 4 | ![image](https://strencher.github.io/TwitchChatPrewiew.gif) -------------------------------------------------------------------------------- /LinkChannels/readme.md: -------------------------------------------------------------------------------- 1 | # LinkChannels 2 | ## Adds an Icon to channels that copys <#channelId>. (channelId is replaced) 3 | ## Download[**🔽LinkChannels**](https://strencher.github.io/download/?plugin=LinkChannels) Plugin 4 | - [Support-Server](https://discord.gg/gvA2ree) -------------------------------------------------------------------------------- / DISCONTINUED/QuickInspector/readme.md: -------------------------------------------------------------------------------- 1 | # QuickInspector 2 | - Quick Inspects elements by holding alt and clicking on it. 3 | ## Download [**🔽QuickInspector**](https://strencher.github.io/download/?plugin=QuickInspector) Plugin 4 | - [Support-Server](https://discord.gg/gvA2ree) -------------------------------------------------------------------------------- /QuickMuteChannels/readme.md: -------------------------------------------------------------------------------- 1 | # QuickMuteChannels 2 | - Adds an Speaker to channels to Quickly mute/unmute them. 3 | ## Download [**🔽QuickMuteChannels**](https://strencher.github.io/download/?plugin=QuickMuteChannels) Plugin 4 | - [Support-Server](https://discord.gg/gvA2ree) -------------------------------------------------------------------------------- / DISCONTINUED/RelationshipCounter/readme.md: -------------------------------------------------------------------------------- 1 | # RelationshipCounter 2 | ## Download [**🔽RelationshipCounter**](https://strencher.github.io/download/?plugin=RelationshipCounter) Plugin 3 | - [Support-Server](https://discord.gg/gvA2ree) 4 | ![image](https://i.imgur.com/ZfLc8WM.png) -------------------------------------------------------------------------------- /InvisibleTyping/README.md: -------------------------------------------------------------------------------- 1 | # InvisibleTyping 2 | 3 | > Enhanced version of silent typing. 4 |
5 | 6 | 7 | Made with by BDBuilder -------------------------------------------------------------------------------- /CharCounter/README.md: -------------------------------------------------------------------------------- 1 | # CharCounter 2 | 3 | > Counts your character length of the text area. 4 |
5 | 6 | 7 | Made with by BDBuilder -------------------------------------------------------------------------------- / DISCONTINUED/SuppressReplyMentions/readme.md: -------------------------------------------------------------------------------- 1 | # SuppressReplyMentions 2 | ## Download [**🔽SuppressReplyMentions**](https://strencher.github.io/download/?plugin=SuppressReplyMentions) Plugin 3 | - [Support-Server](https://discord.gg/gvA2ree)
4 | ![image](https://i.imgur.com/DifgQKg.png) 5 | -------------------------------------------------------------------------------- / DISCONTINUED/MessageDoubleClickActions/readme.md: -------------------------------------------------------------------------------- 1 | # MessageDoubleClickActions 2 | ## Download [**🔽MessageDoubleClickActions**](https://strencher.github.io/download/?plugin=MessageDoubleClickActions) Plugin 3 | - [Support-Server](https://discord.gg/gvA2ree) 4 | ![image](https://i.imgur.com/XajSkyf.png) -------------------------------------------------------------------------------- /UnreadCountBadges/README.md: -------------------------------------------------------------------------------- 1 | # UnreadCountBadges 2 | 3 | > Adds unread badges to guilds, channels & more. 4 |
5 | 6 | 7 | Made with by BDBuilder -------------------------------------------------------------------------------- /ChannelDms/README.md: -------------------------------------------------------------------------------- 1 | # ChannelDms 2 | 3 | > Allows you to open popout chats of direct messages inside servers. 4 |
5 | 6 | 7 | Made with by BDBuilder -------------------------------------------------------------------------------- / DISCONTINUED/MemberCount/README.md: -------------------------------------------------------------------------------- 1 | # MemberCount 2 | 3 | > Adds online-offline member count to the member list. 4 |
5 | 6 | 7 | Made with by BDBuilder -------------------------------------------------------------------------------- /OpenSpotifylinksInSpotify/README.md: -------------------------------------------------------------------------------- 1 | ## Spotify_Links 2 | - Opens Spotify links Direct in Spotify **(Spotify Desktop App required!)** by clicking on it. 3 | - [Support-Server](https://discord.gg/gvA2ree) 4 | # Download [**🔽Spotify_Links**](https://strencher.github.io/download/?plugin=OpenSpotifylinksInSpotify) Plugin 5 | -------------------------------------------------------------------------------- /ChannelDetails/README.md: -------------------------------------------------------------------------------- 1 | # ChannelDetails 2 | 3 | > Shows you a lot information about channels, like: channel tooltip, channel accessibility etc. 4 |
5 | 6 | 7 | Made with by BDBuilder -------------------------------------------------------------------------------- / DISCONTINUED/VoiceChatNotifications/README.md: -------------------------------------------------------------------------------- 1 | # VoiceChatNotifications 2 | 3 | > Shows you certain events from voicechats in a logs panel or as desktop notification. 4 |
5 | 6 | 7 | Made with by BDBuilder -------------------------------------------------------------------------------- /TypingUsersPlus/README.md: -------------------------------------------------------------------------------- 1 | # TypingUsersPlus 2 | 3 | > Enhances the typing users bar in discord. Adds avatar + status, colorized username, role icons and clickable name. 4 |
5 | 6 | 7 | Made with by BDBuilder -------------------------------------------------------------------------------- / DISCONTINUED/OpenLinksInDiscordV2/README.md: -------------------------------------------------------------------------------- 1 | ## OpenLinksInDiscordV2 2 | - Opens Links in Discord. 3 | ![openlinks](https://user-images.githubusercontent.com/46447572/71777111-e2385380-2f9b-11ea-9c5d-417a9a460981.gif) 4 | - [Support-Server](https://discord.gg/gvA2ree) 5 | # Download [**🔽OpenLinksInDiscordV2**](https://strencher.github.io/download/?plugin=OpenLinksInDiscordV2) Plugin -------------------------------------------------------------------------------- /Themes/BetterUnreadIndicators/BetterUnreadIndicators.theme.css: -------------------------------------------------------------------------------- 1 | /** 2 | * @name BetterUnreadIndicators 3 | * @author Strencher 4 | * @authorId 415849376598982656 5 | * @invite gvA2ree 6 | * @description Makes the unread indicators look better. 7 | * @version 1.0.0 8 | */ 9 | @import url(https://cdn.statically.io/gh/Strencher/BetterDiscordStuff/master/Themes/BetterUnreadIndicators/import.css); -------------------------------------------------------------------------------- /Themes/BetterUnreadIndicators/readme.md: -------------------------------------------------------------------------------- 1 | ## Makes the unread channel indicators look better. 2 | ### => [Download](https://strencher.github.io/download/?theme=BetterUnreadIndicators) 3 | # Preview 4 | ![image](https://i.imgur.com/QCrHAeS.png) 5 | 6 | # If you need Support 7 | [![image](https://discordapp.com/api/guilds/458997239738793984/widget.png?style=banner4)](https://discord.gg/gvA2ree) -------------------------------------------------------------------------------- /BetterUserDates/readme.md: -------------------------------------------------------------------------------- 1 | # BetterUserDates 2 | 3 | ### Shows discord's "Member Since" dates as discord timestamps. 4 | 5 | 6 | 7 | # Previews 8 | 9 | 10 | -------------------------------------------------------------------------------- / DISCONTINUED/BetterQuoter/readme.md: -------------------------------------------------------------------------------- 1 | # BetterQuoter 2 | ## > Its a full Customizable Quoter for Discord. Look into the settingspanel where a guide is placed how to use the quoter. 3 | ## Download[**🔽BetterQuoter**](https://strencher.github.io/download/?plugin=BetterQuoter) Plugin 4 | - [Support-Server](https://discord.gg/gvA2ree) 5 | ![Quoter](https://user-images.githubusercontent.com/46447572/74833473-cefa0100-5319-11ea-86eb-95b01c04703c.gif) -------------------------------------------------------------------------------- /VoiceUsersCounter/readme.md: -------------------------------------------------------------------------------- 1 | # VoiceUsersCounter 2 | - Adds a count of users they're connected to a VoiceChannel. Customize the Color of the count in the settingspanel when your'e connected to the voicechannel. 3 | ## Download [**🔽VoiceUsersCounter**](https://strencher.github.io/download/?plugin=VoiceUsersCounter) Plugin 4 | - [Support-Server](https://discord.gg/gvA2ree) 5 | ![image](https://cdn.discordapp.com/attachments/659432966958612490/701964671883935754/unknown.png) -------------------------------------------------------------------------------- /UserDetails/README.md: -------------------------------------------------------------------------------- 1 | # UserDetails 2 | 3 | > Shows you a lot information about users in both the UserPopout and UserProfile Modal. To enumerate: Creation Date, Joined At Date, Last Message Date, Mutual Friends, Mutual Servers & Connections. It also shows the Roles List in the UserProfile Modal. 4 |
5 | 6 | 7 | Made with by BDBuilder -------------------------------------------------------------------------------- / DISCONTINUED/MessageLinkEmbed/readme.md: -------------------------------------------------------------------------------- 1 | ## MessageLinkEmbed 2 | - Make messagelinks look like any other link but with the message. Converted from a PC plugin -> BD plugin. full credits go to [Juby210](https://github.com/Juby210/). 3 | - Check out [Juby's repo](https://github.com/Juby210/message-link-embed) for Previews and more. 4 | - [Support-Server](https://discord.gg/gvA2ree) 5 | # Download [**🔽MessageLinkEmbed**](https://strencher.github.io/download/?plugin=MessageLinkEmbed) Plugin -------------------------------------------------------------------------------- /ShowSessions/README.md: -------------------------------------------------------------------------------- 1 | # ShowSessions 2 | 3 | > Shows your current sessions with a chat command '/sessions' or in the accounts panel. 4 |
5 | 6 | 7 | # Previews 8 | 9 | ## Preview 10 | ![image](https://raw.githubusercontent.com/Strencher/BetterDiscordStuff/master/ShowSessions/assets/preview.png) 11 | 12 |
13 | Made with by BDBuilder -------------------------------------------------------------------------------- /Copier/readme.md: -------------------------------------------------------------------------------- 1 | # Copier 2 | - Allows you to copy certain stuff with custom options. 3 | - ### Download [**🔽Copier**](https://betterdiscord.app/Download?id=176) Plugin
4 | - ### [Support-Server](https://discord.gg/gvA2ree) 5 | ### Roles
6 | ![image](https://i.imgur.com/nQnI3C1.png)
7 | ### Messages 8 | ![image](https://i.imgur.com/J7SdXi0.png)
9 | ### User 10 | ![image](https://i.imgur.com/x1oQHa5.png)
11 | ### Guild 12 | ![image](https://i.imgur.com/YtzcFjO.png) 13 | -------------------------------------------------------------------------------- /PronounDB/README.md: -------------------------------------------------------------------------------- 1 | # PronounDB 2 | Shows you the pronoun of a user right next to their name. Pronouns by https://pronoundb.org 3 | 4 | ### Features 5 | - Pronouns from [PronounDB](https://pronoundb.org) 6 | - Option to prefer Discord Pronouns over PronounDB 7 | - Custom Pronouns 8 | 9 | ### Preview 10 | ![image](https://raw.githubusercontent.com/Strencher/BetterDiscordStuff/development/PronounDB/assets/message.png) 11 | ![image](https://raw.githubusercontent.com/Strencher/BetterDiscordStuff/development/PronounDB/assets/profile.png) -------------------------------------------------------------------------------- /ShowAllActivities/readme.md: -------------------------------------------------------------------------------- 1 | # ShowAllActivities 2 | 3 | # Allows you to see every status a user is running. Originally this idea was by [Juby210](https://github.com/Juby210). 4 | 5 | ## Check this plugin out on BetterDiscord's website and leave a review if you like it! https://betterdiscord.app/plugin/ShowAllActivities 6 | 7 | # Previews 8 | 9 | 10 |