
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
discord-forums
Advanced tools
discord-forums is a lightweight, powerfull npm package that lets you make a forums channel for your server where members can discuss questions and ideas.
discord-forums is a lightweight, powerfull npm package that lets you make a forums channel for your server where members can discuss questions and ideas.
Notice:
You can download the package from npm:
npm install discord-forums
You can update to a newer version to receive updates using npm:
npm update discord-forums
// Import the package to access it's methods.
const Forums = require("discord-forums");
// Create the Forums channel.
const myForums = Forums.setupForums(guild, "355897081333940227", "My Forums", [...]);
// Create a new post in your forums channel.
Forums.createPost(myForums, "My Post", "This is my first post!");
First things first, download the package.
npm install discord-forums@latest
then, include the module into your project.
const Forums = require("discord-forums");
Forums.setupForums(<Discord.Guild>, <Discord.CategoryChannelResolvable|Discord.Snowflake>, <String>, <Array<Discord.OverwriteResolvable>>);
Returns:
Promise<Discord.ForumChannel>
Forums.createPost(<Discord.ForumChannel>, <String>, <String>);
Returns:
Promise<Discord.ThreadChannel>
Forums.deletePost(<Discord.Guild>, <Discord.Snowflake>, <String>);
Returns:
Promise<Discord.ThreadChannel>
Examples can be found in /examples
Have fun and happy discussions! Made with ❤ by Abdelrahman.
FAQs
discord-forums is a lightweight, powerfull npm package that lets you make a forums channel for your server where members can discuss questions and ideas.
The npm package discord-forums receives a total of 31 weekly downloads. As such, discord-forums popularity was classified as not popular.
We found that discord-forums demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.