Commit Graph

16 Commits

Author SHA1 Message Date
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
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
102ef0bf93 added warning for if you upload via Fluxer 2026-02-14 01:00:23 -05:00
Aster Fialla
9f2164ac98 got propics working!! 2026-02-14 00:20:36 -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
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