[PR #2] [MERGED] Convert to fluxer.js #19

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/2
Author: @pieartsy
Created: 2/15/2026
Status: Merged
Merged: 2/15/2026
Merged by: @pieartsy

Base: mainHead: convert-to-fluxer.js


📝 Commits (10+)

  • 685c25c renaming some arguments
  • be30547 refactoring to use fluxer.js
  • f966227 refactoring to use fluxer.js
  • 1683e4a moving commands to new file
  • e464c79 got rid of alias until i figure out command handler
  • 9bc9623 return if matches proxy (until webhooks exist)
  • 8672d51 updated package.json
  • e9ae849 better error handling
  • 076926e implementing webhooks?
  • 8ee4021 return error when it occurs

📊 Changes

13 files changed (+705 additions, -462 deletions)

View changed files

📝 .gitignore (+2 -1)
bot.js (+0 -78)
helpers/memberHelper.js (+0 -301)
helpers/webhookHelper.js (+0 -60)
📝 package.json (+6 -6)
src/bot.js (+68 -0)
src/commands.js (+42 -0)
📝 src/db.js (+7 -1)
📝 src/enums.js (+16 -6)
src/helpers/memberHelper.js (+426 -0)
📝 src/helpers/messageHelper.js (+17 -9)
src/helpers/webhookHelper.js (+92 -0)
src/import.js (+29 -0)

📄 Description

Converted discord.js to fluxer.js. Added error handling and more functionality.


🔄 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/2 **Author:** [@pieartsy](https://github.com/pieartsy) **Created:** 2/15/2026 **Status:** ✅ Merged **Merged:** 2/15/2026 **Merged by:** [@pieartsy](https://github.com/pieartsy) **Base:** `main` ← **Head:** `convert-to-fluxer.js` --- ### 📝 Commits (10+) - [`685c25c`](https://github.com/pieartsy/PluralFlux/commit/685c25cbab79b78a5ce23d42ae0a22cd9c9d017a) renaming some arguments - [`be30547`](https://github.com/pieartsy/PluralFlux/commit/be3054766dc0a3e23577fd0c2aa9d4b8609587c2) refactoring to use fluxer.js - [`f966227`](https://github.com/pieartsy/PluralFlux/commit/f966227aad85d6158520b0adf20dc62b9b6a75f9) refactoring to use fluxer.js - [`1683e4a`](https://github.com/pieartsy/PluralFlux/commit/1683e4ab5503d9e30b46d4039337ace18902b4df) moving commands to new file - [`e464c79`](https://github.com/pieartsy/PluralFlux/commit/e464c79c3c46441c837be5dd14f0763ba2b3ee77) got rid of alias until i figure out command handler - [`9bc9623`](https://github.com/pieartsy/PluralFlux/commit/9bc9623abd2c1abf0a9738609c5abef05c92e3ba) return if matches proxy (until webhooks exist) - [`8672d51`](https://github.com/pieartsy/PluralFlux/commit/8672d5108b545cc59a89b36c869fd065b1286378) updated package.json - [`e9ae849`](https://github.com/pieartsy/PluralFlux/commit/e9ae849212d65ac8fca5595e866a538d7a22982f) better error handling - [`076926e`](https://github.com/pieartsy/PluralFlux/commit/076926e22d7bfae95940dea78c7285c8d869d8b1) implementing webhooks? - [`8ee4021`](https://github.com/pieartsy/PluralFlux/commit/8ee4021e141e148d9c9b6f545b597d64cb1d8178) return error when it occurs ### 📊 Changes **13 files changed** (+705 additions, -462 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+2 -1) ➖ `bot.js` (+0 -78) ➖ `helpers/memberHelper.js` (+0 -301) ➖ `helpers/webhookHelper.js` (+0 -60) 📝 `package.json` (+6 -6) ➕ `src/bot.js` (+68 -0) ➕ `src/commands.js` (+42 -0) 📝 `src/db.js` (+7 -1) 📝 `src/enums.js` (+16 -6) ➕ `src/helpers/memberHelper.js` (+426 -0) 📝 `src/helpers/messageHelper.js` (+17 -9) ➕ `src/helpers/webhookHelper.js` (+92 -0) ➕ `src/import.js` (+29 -0) </details> ### 📄 Description Converted discord.js to fluxer.js. Added error handling and more functionality. --- <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#19