mirror of
https://github.com/pieartsy/PluralFlux.git
synced 2026-04-14 20:15:28 +10:00
[PR #1] [MERGED] discord js #17
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/1
Author: @pieartsy
Created: 2/14/2026
Status: ✅ Merged
Merged: 2/14/2026
Merged by: @pieartsy
Base:
main← Head:try-discord-js📝 Commits (10+)
bcbeaa2clear out fluxer.netc990d56basic discord.js bot with ping, and echo0213385added creation of webhook8fa84c0simplifying webhook logic48055f6sending messages as webhookc3cea8edeleting orignal message36bbcc1adding sequelize file82b6317commented out pgadmin part while it's not working2bdc3a6adding member sort of workingd48647bchanging 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.