141 Commits

Author SHA1 Message Date
Aster Fialla
62ef2b87cf smoothed out username in webhook helper. made WIP method for preventing same name collapse 2026-02-14 22:15:49 -05:00
Aster Fialla
bf155d28b4 updated fluxer.js 2026-02-14 22:15:49 -05:00
Aster Fialla
d473a5119a removed "return await" since idk what it does 2026-02-14 22:15:49 -05:00
Aster Fialla
e634085627 updating commands to send embeds if it receives them 2026-02-14 22:15:49 -05:00
Aster Fialla
3bec40e235 updating enums 2026-02-14 22:15:49 -05:00
Aster Fialla
ba91ecd097 adding listall command and changing memberinfo and allmembersinfo to return embeds 2026-02-14 22:15:49 -05:00
Aster Fialla
23d7abef5d adding change name method 2026-02-14 22:15:49 -05:00
Aster Fialla
0708622045 update dependencies to remove discord.js & linter 2026-02-14 22:15:49 -05:00
Aster Fialla
0d129f23e7 return error when it occurs 2026-02-14 22:15:49 -05:00
Aster Fialla
851bae4ff8 implementing webhooks? 2026-02-14 22:15:49 -05:00
Aster Fialla
a92f00e545 better error handling 2026-02-14 22:15:49 -05:00
Aster Fialla
8b3be16cea updated package.json 2026-02-14 22:15:49 -05:00
Aster Fialla
1d0c8ef4e7 return if matches proxy (until webhooks exist) 2026-02-14 22:15:49 -05:00
Aster Fialla
f7a7906532 got rid of alias until i figure out command handler 2026-02-14 22:15:49 -05:00
Aster Fialla
b3f565bd83 moving commands to new file 2026-02-14 22:15:49 -05:00
Aster Fialla
9b73997c05 refactoring to use fluxer.js 2026-02-14 22:15:49 -05:00
Aster Fialla
1b81e4007b refactoring to use fluxer.js 2026-02-14 22:15:49 -05:00
Aster Fialla
64535b6a63 renaming some arguments 2026-02-14 22:15:49 -05:00
Aster Fialla
5711fbb162 putting everything in a try catch block to hopefully not crash the bot.... 2026-02-14 10:07:27 -05:00
Aster Fialla
ed01e7bc39 not using the eslint file rn 2026-02-14 01:01:34 -05:00
Aster Fialla
102ef0bf93 added warning for if you upload via Fluxer 2026-02-14 01:00:23 -05:00
Aster Fialla
48604981b4 edited enums 2026-02-14 00:59:21 -05:00
Aster Fialla
fb5de122f0 added canvas package 2026-02-14 00:21:51 -05:00
Aster Fialla
683865a613 added image argument 2026-02-14 00:21:45 -05:00
Aster Fialla
7c143054bd removed force:true from sequelize so that db saves 2026-02-14 00:21:11 -05:00
Aster Fialla
9f2164ac98 got propics working!! 2026-02-14 00:20:36 -05:00
Aster Fialla
0e05fd65d2 refactored bot.js a bit 2026-02-13 22:19:06 -05:00
Aster Fialla
0829c7c5fc updated enums and logic for member helper 2026-02-13 22:18:43 -05:00
Aster Fialla
1d1f62af31 added enum to help messages and checks whether command is in list for member helper 2026-02-13 21:45:01 -05:00
Aster Fialla
65c0664972 added enum to help messages 2026-02-13 21:36:10 -05:00
Aster Fialla
3c90bd04e0 added some cases to memberHelper for documentation and tweaked wording 2026-02-13 21:30:22 -05:00
Aster Fialla
01c747b5d5 adding docstrings 2026-02-13 21:23:33 -05:00
Aster Fialla
b71eb90eb1 moved enums to enums file 2026-02-13 21:18:44 -05:00
Aster Fialla
4978dbb2ea renamed stuff to be camel case and refactored a bit around adding help messages 2026-02-13 20:38:51 -05:00
Aster Fialla
2ddec02569 renamed stuff to be camel case since apparently I got that convention wrong 2026-02-13 20:37:02 -05:00
Aster Fialla
9f374af432 update proxy check for existing proxies works now 2026-02-13 20:08:24 -05:00
Aster Fialla
96f51b7eb5 added update proxy method and documentation 2026-02-13 18:56:36 -05:00
pieartsy
fbee6d71f0 discord js (#1)
* clear out fluxer.net

* basic discord.js bot with ping, and echo

* added creation of webhook

* simplifying webhook logic

* sending messages as webhook

* deleting orignal message

* adding sequelize file

* commented out pgadmin part while it's not working

* adding member sort of working

* changing names of values

* updating names of values and adding new method in memberHelper

* renamed messagehelper function

* deleted proxyhelper

* passed only channel id into webhook helper methods

* added new functions and got update working

* changed message match to better reducer

* adjusted webhook helper to use actual data

* refactored bot.js and removed unused methods
2026-02-13 18:20:29 -05:00
Aster Fialla
3bac14f15e tweaking compose to actually work hopefully 2026-02-12 21:40:07 -05:00
Aster Fialla
fc588480cd moved secrets around a little 2026-02-12 20:32:45 -05:00
Aster Fialla
0ba4fee9e7 project setup with example bot 2026-02-12 20:05:31 -05:00