Commit Graph

12 Commits

Author SHA1 Message Date
Aster Fialla
6339da1592 desperately trying to make error handling work 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
0d129f23e7 return error when it occurs 2026-02-14 22:15:49 -05:00
Aster Fialla
a92f00e545 better error handling 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
1b81e4007b refactoring to use fluxer.js 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
683865a613 added image argument 2026-02-14 00:21:45 -05:00
Aster Fialla
0e05fd65d2 refactored bot.js a bit 2026-02-13 22:19:06 -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
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