Commit Graph

41 Commits

Author SHA1 Message Date
PalmDevs
6abb740994 feat(bots/discord): improve logs 2024-06-24 18:23:31 +07:00
PalmDevs
faf1e5fc78 chore(bots/discord): remove dupe response 2024-06-24 18:23:30 +07:00
PalmDevs
7f27c5607c fix(bots/discord): remove usage of macros 2024-06-24 18:23:30 +07:00
PalmDevs
a277ac53fd docs(bots/discord): add note for ocrTriggers config 2024-06-24 18:23:30 +07:00
PalmDevs
b09dc24f33 chore(bots/discord): add revanced config, remove dev config 2024-06-24 18:23:30 +07:00
PalmDevs
e4054ee4af chore(bots/discord): include all ts files in tsconfig 2024-06-24 18:23:29 +07:00
PalmDevs
744a56a4fd feat(bots/discord): add ocrTriggers resp config, embed footer scan mode 2024-06-24 18:23:29 +07:00
PalmDevs
b104472e47 docs(bots/discord): add docs 2024-06-24 18:23:29 +07:00
PalmDevs
9f1ac37927 feat(bots/discord/commands/reply): send stacktrace when failed 2024-06-24 18:23:28 +07:00
PalmDevs
8b690b879b feat(bots/discord/utils): allow loading commands from custom dir 2024-06-24 18:23:28 +07:00
PalmDevs
7eeb631270 chore(bots/discord): reduce footprint of functions 2024-06-24 18:23:28 +07:00
PalmDevs
a68d726875 feat(bots/discord): add a better way to manage databases 2024-06-24 18:23:28 +07:00
PalmDevs
f9d50a0a6b feat(bots/discord): add source 2024-06-24 18:23:27 +07:00
reis
8b9f45dc22 feat: refactor and new features (#7)
* feat: refactor and new features

+ Refactored the codebase
+ OCR support in bots
+ Server sends training data every minute
+ Not using collectors for Discord feedback buttons anymore
+ Fixed grammar mistakes
+ Configs are now seperated
+ Tokens are no longer in configs
- Like feedback doesn't work for Discord yet

* feat: remove feedback button once voted

* feat: role blacklist

* feat: thread name check

* feat: error handler for training

* fix: bot crashing when a webhook msg is sent

* refactor: remove debugging lines

* feat: allow fixing mistake at votes in discord bot
2023-06-23 21:29:00 +03:00
GramingFoxTeam
f5214a6ace refactor(discord-bot): delete trainAI command 2023-03-25 14:21:07 +03:00
GramingFoxTeam
85eba55424 fix: dislike button not working properly 2023-03-21 19:57:22 +03:00
GramingFoxTeam
a9ff00394a fix: fix the fiter for the interaction collector 2023-03-21 18:09:05 +03:00
GramingFoxTeam
6551ca9dad feat: message buttons for training 2023-03-20 23:51:53 +03:00
GramingFoxTeam
4373ede855 fix: fix deprecation 2023-03-20 21:33:01 +03:00
GramingFoxTeam
715aa918cf feat: training and replies changed 2023-03-20 21:28:52 +03:00
GramingFoxTeam
1909e2c421 feat: add wit.ai support 2023-03-19 22:24:29 +03:00
GramingFoxTeam
cd7156e792 fix: move modules to /bots 2022-12-25 15:51:09 +03:00
GramingFoxTeam
474a8be4af fix: config file not being read 2022-12-25 15:46:58 +03:00
GramingFoxTeam
d26d533174 feat: run bots in one process 2022-12-25 15:45:40 +03:00
GramingFoxTeam
0ba525c4a5 feat: GODEL AI 2022-12-25 12:49:16 +03:00
GramingFoxTeam
18e57b0c32 feat: platform specific responses 2022-11-19 13:04:10 +03:00
GramingFoxTeam
3d549f1292 refactor(discord-bot): don't use global 2022-11-18 15:07:12 +03:00
GramingFoxTeam
d332043b1a fix(discord-bot): check for role position 2022-11-18 12:47:56 +03:00
GramingFoxTeam
aa0808768b fix(discord-bot): not executing slash commands 2022-11-17 16:14:05 +03:00
GramingFoxTeam
f0d45b2c92 fix(discord-bot): also execute slash commands 2022-11-17 16:03:40 +03:00
GramingFoxTeam
355a50803a feat(discord-bot): a way to train AI 2022-11-17 15:58:42 +03:00
GramingFoxTeam
78037580dc fix(discord-bot): only send lowercased text 2022-11-16 18:09:42 +03:00
GramingFoxTeam
9bff68c8c4 fix(discord-bot): check if the member has the role 2022-11-16 16:59:12 +03:00
GramingFoxTeam
3cbebc2842 fix: ignore message if there's no content 2022-11-16 16:44:49 +03:00
GramingFoxTeam
1c27ccb17c feat: prettier and eslint 2022-11-16 13:59:55 +03:00
GramingFoxTeam
0ad5ece085 feat(discord-bot): event handler 2022-11-16 13:45:22 +03:00
GramingFoxTeam
6aee8a4c63 feat(discord-bot): command handler and train cmd 2022-11-16 13:20:47 +03:00
GramingFoxTeam
d1bd3b2b7e feat: discord bot scanning messages 2022-11-15 22:21:35 +03:00
GramingFoxTeam
bd2994388b fix: trainAI not using the bin location 2022-11-15 21:29:05 +03:00
GramingFoxTeam
7f9ca77e03 feat: initialize helper client 2022-11-15 21:24:05 +03:00
GramingFoxTeam
bb4a5a77ee feat: initalize discord bot 2022-11-15 20:43:50 +03:00