[PR #1] [MERGED] discord js #17

Closed
opened 2026-02-25 17:05:44 +11:00 by administrator · 0 comments

📋 Pull Request Information

Original PR: https://github.com/pieartsy/PluralFlux/pull/1
Author: @pieartsy
Created: 2/14/2026
Status: Merged
Merged: 2/14/2026
Merged by: @pieartsy

Base: mainHead: try-discord-js


📝 Commits (10+)

  • bcbeaa2 clear out fluxer.net
  • c990d56 basic discord.js bot with ping, and echo
  • 0213385 added creation of webhook
  • 8fa84c0 simplifying webhook logic
  • 48055f6 sending messages as webhook
  • c3cea8e deleting orignal message
  • 36bbcc1 adding sequelize file
  • 82b6317 commented out pgadmin part while it's not working
  • 2bdc3a6 adding member sort of working
  • d48647b changing names of values

📊 Changes

15 files changed (+431 additions, -642 deletions)

View changed files

📝 .gitignore (+4 -7)
BasicCommands.cs (+0 -122)
ConfigExtension.cs (+0 -56)
PluralFlux.csproj (+0 -15)
PluralFlux.sln (+0 -21)
PluralFlux.sln.DotSettings.user (+0 -2)
Program.cs (+0 -405)
bot.js (+66 -0)
📝 compose.yaml (+14 -14)
eslint.config.js (+53 -0)
helpers/memberHelper.js (+137 -0)
helpers/messageHelper.js (+37 -0)
helpers/webhookHelper.js (+37 -0)
package.json (+24 -0)
sequelize.js (+59 -0)

📄 Description

Discord.js is working better than Fluxer.NET for now.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/pieartsy/PluralFlux/pull/1 **Author:** [@pieartsy](https://github.com/pieartsy) **Created:** 2/14/2026 **Status:** ✅ Merged **Merged:** 2/14/2026 **Merged by:** [@pieartsy](https://github.com/pieartsy) **Base:** `main` ← **Head:** `try-discord-js` --- ### 📝 Commits (10+) - [`bcbeaa2`](https://github.com/pieartsy/PluralFlux/commit/bcbeaa29f54b87aea213f2a2ce72d2a7e68d709b) clear out fluxer.net - [`c990d56`](https://github.com/pieartsy/PluralFlux/commit/c990d561b06c81d9fc4e94688b1189e7a72a9b26) basic discord.js bot with ping, and echo - [`0213385`](https://github.com/pieartsy/PluralFlux/commit/0213385c610a8fee56cdff2f5984ec62931c312e) added creation of webhook - [`8fa84c0`](https://github.com/pieartsy/PluralFlux/commit/8fa84c0cc96313f0f723b87cf8e21c7d85270eec) simplifying webhook logic - [`48055f6`](https://github.com/pieartsy/PluralFlux/commit/48055f6f5b0716ce3dd668ddb761327b88db8260) sending messages as webhook - [`c3cea8e`](https://github.com/pieartsy/PluralFlux/commit/c3cea8e0926a80c012d6a3656740f9834abb5c22) deleting orignal message - [`36bbcc1`](https://github.com/pieartsy/PluralFlux/commit/36bbcc19694d7507b773b134eb066d00b412ac3b) adding sequelize file - [`82b6317`](https://github.com/pieartsy/PluralFlux/commit/82b6317fbd27897744cd8799fef86e6469d28b06) commented out pgadmin part while it's not working - [`2bdc3a6`](https://github.com/pieartsy/PluralFlux/commit/2bdc3a64cbcc98eab1d2ed80681bbff9bf453b71) adding member sort of working - [`d48647b`](https://github.com/pieartsy/PluralFlux/commit/d48647b5fdcb882ff9b6f08b7a977d54d1eb98cd) changing names of values ### 📊 Changes **15 files changed** (+431 additions, -642 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+4 -7) ➖ `BasicCommands.cs` (+0 -122) ➖ `ConfigExtension.cs` (+0 -56) ➖ `PluralFlux.csproj` (+0 -15) ➖ `PluralFlux.sln` (+0 -21) ➖ `PluralFlux.sln.DotSettings.user` (+0 -2) ➖ `Program.cs` (+0 -405) ➕ `bot.js` (+66 -0) 📝 `compose.yaml` (+14 -14) ➕ `eslint.config.js` (+53 -0) ➕ `helpers/memberHelper.js` (+137 -0) ➕ `helpers/messageHelper.js` (+37 -0) ➕ `helpers/webhookHelper.js` (+37 -0) ➕ `package.json` (+24 -0) ➕ `sequelize.js` (+59 -0) </details> ### 📄 Description Discord.js is working better than Fluxer.NET for now. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
administrator added the pull-request label 2026-02-25 17:05:44 +11:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/PluralFlux#17