mirror of
https://github.com/pieartsy/PluralFlux.git
synced 2026-04-14 20:15:28 +10:00
[PR #2] [MERGED] Convert to fluxer.js #19
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:convert-to-fluxer.js📝 Commits (10+)
685c25crenaming some argumentsbe30547refactoring to use fluxer.jsf966227refactoring to use fluxer.js1683e4amoving commands to new filee464c79got rid of alias until i figure out command handler9bc9623return if matches proxy (until webhooks exist)8672d51updated package.jsone9ae849better error handling076926eimplementing webhooks?8ee4021return 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.