Best Discord Plugins For BetterDiscord! Plugins to see hidden channels? See deleted msgs?

Subscribers:
4,200
Published on ● Video Link: https://www.youtube.com/watch?v=2omCzQfxn1w



Duration: 2:33
426 views
0


Here are the Best Discord Plugins For BetterDiscord.

i. A BetterDiscord plugin is a file that extends the functionality of DiscordApp by adding new features or modifying existing ones. A BetterDiscord plugin is written in JavaScript and uses the BetterDiscord plugin API to interact with Discord's internal code and UI elements.

To make a BetterDiscord plugin, you need to have some knowledge of JavaScript and Discord's internals. You also need to have BetterDiscord installed on your computer. You can download BetterDiscord from its official website (https://betterdiscord.app/). You also need to have a text editor or an IDE that supports JavaScript syntax highlighting and code completion.

To make a BetterDiscord plugin, you need to follow these steps:

- Create a file with the extension .plugin.js and name it according to your plugin's name. For example, MyPlugin.plugin.js.
- Write the metadata for your plugin at the top of the file. The metadata includes information such as the name, author, description, version, and license of your plugin. You can use the @tag notation to write the metadata. For example:

```js
/**
* @name MyPlugin
* @author YourName
* @description Describe the basic functions of your plugin.
* @version 0.0.1
* @license MIT
*/
```

- Write the code for your plugin using the BetterDiscord plugin API and JavaScript syntax. You can use one of the plugin styles shown in the BetterDiscord documentation (https://docs.betterdiscord.app/plugins/basics/creating-a-plugin). For example:

```js
module.exports = class MyPlugin {
constructor(meta) {
// Do stuff in here before starting
}
start() {
// Do stuff when enabled
}
stop() {
// Cleanup when disabled
}
};
```

- Save your file and copy it to the plugins folder of BetterDiscord. You can find the plugins folder by clicking User Settings - Bandaged BD - Settings - Open Plugin Folder in Discord.
- Restart Discord or reload it by pressing Ctrl+R.
- Enable your plugin in your Plugins settings. You should see your plugin's name and description in the list.

Source:
(1) Creating a Plugin | BetterDiscord. https://docs.betterdiscord.app/plugins/basics/creating-a-plugin/.
(2) GitHub - BetterDiscord/BetterDiscord: Better Discord enhances Discord .... https://github.com/BetterDiscord/BetterDiscord.

ii. A BetterDiscord plugin to see hidden channels is a plugin that allows you to view information about channels that are hidden from you due to role restrictions or permissions. You can see the name, description, and access list of these channels, but you cannot read the messages or join the voice chats in them.

There are a few sources of BetterDiscord plugins to see hidden channels, such as:

- ShowHiddenChannels (https://github.com/JustOptimize/return-ShowHiddenChannels). This is a plugin that was originally created by @rauenzi and then updated by @JustOptimize after it was discontinued and removed from the official BetterDiscordAddons repository. It shows hidden channels in the channel list and allows you to hover over them to see more details.
- ShowHiddenChannels.plugin.js (https://www.youtube.com/watch?v=0Z0l4y1XJ7M). This is a plugin that was shared by a YouTube user named MrDiamond64 in a video tutorial. It shows hidden channels in the channel list and allows you to right-click on them to see more details.
- PermissionsViewer (https://github.com/rauenzi/BetterDiscordAddons/tree/master/Plugins/PermissionsViewer). This is a plugin that was created by @rauenzi and is still available on the official BetterDiscordAddons repository.

Please note that using these plugins may violate Discord's terms of service and may result in your account being banned or suspended. Use them at your own risk and discretion.

iii. There are a few sources of BetterDiscord plugins to see deleted messages, such as:

- MessageLoggerV2 (https://_lighty_.gitlab.io/bdstuff/?plugin=MessageLoggerV2). This is a plugin that was created by @Lighty and is available on his GitLab page. It saves all deleted and purged messages, as well as all edit history and ghost pings. It also allows you to restore deleted messages after restarting Discord.
- Show All Message Buttons (https://betterdiscord.app/plugin/ShowAllMessageButtons). This is a plugin that was created by @Kyza and is available on the BetterDiscord website. It forces the utility buttons on messages hidden in the context menu to always be displayed as buttons. One of these buttons is the "View Raw" button, which allows you to see the original content of a deleted or edited message.
- QuickLastMessage (https://betterdiscord.app/plugin/QuickLastMessage). This is a plugin that was created by @Bread and is available on the BetterDiscord website. It allows you to quickly access your last message by pressing the down arrow.

Note: Using these plugins may violate Discord's terms of service and may result in your account being banned or suspended.