Commit Graph

206 Commits

Author SHA1 Message Date
GramingFoxTeam
d505991330 feat(bot-discord): check for first thread message too 2023-07-14 19:27:44 +03:00
GramingFoxTeam
3ed075aef4 feat: locking and archiving threads and ignoring channels 2023-07-14 18:47:43 +03:00
KobeW50
721afd6835 refactor: improved AI responses (#9)
* Update discord config.json

Tweaked things for improved readabilty. Some responses have added useful info.

* Update telegram config.json

Improved readability and added useful info

* Update config.json

added the null thingy

* Update config.json

added the null thingy

* Update config.json

changed language and grammar corrections

* Update telegram config.json

updated language and grammar

* Update config.json

grammatical fix

* Update config.json

grammatical fix

* Update config.json

* Update config.json

* Update config.json
2023-06-26 05:57:23 +03:00
GeekCorner
1cd481040f feat: Allow multiples roles to train the bot (#8) 2023-06-24 22:46:31 +03: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
reis
bfed9f8480 build(deps): bump undici from 5.14.0 to 5.19.1 in /bots 2023-03-23 15:40:56 +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
dependabot[bot]
a9b263d9ac build(deps): bump undici from 5.14.0 to 5.19.1 in /bots
Bumps [undici](https://github.com/nodejs/undici) from 5.14.0 to 5.19.1.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v5.14.0...v5.19.1)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-16 23:05:05 +00:00
GramingFoxTeam
84a290933f feat: run only one bot when bot name given 2022-12-25 16:07:13 +03:00
GramingFoxTeam
ca52b15280 fix: node_modules being treated as a bot folder 2022-12-25 15:52:51 +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
54ec6232ee fix: trainData and train no longer being an event 2022-12-25 13:46:44 +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
8d478a5d8b fix(telegram-bot): check for admin first 2022-11-18 21:30:34 +03:00
GramingFoxTeam
b3a2773393 refactor(server): don't use global variables 2022-11-18 15:55:17 +03:00
GramingFoxTeam
e84edd3cd9 refactor(reddit-bot): don't use global variables 2022-11-18 15:44:41 +03:00
GramingFoxTeam
551891e4c3 style: run prettier and eslint 2022-11-18 15:29:58 +03:00
GramingFoxTeam
939b83531d refactor(telegram-bot): don't use global variables 2022-11-18 15:27:48 +03:00
GramingFoxTeam
3d549f1292 refactor(discord-bot): don't use global 2022-11-18 15:07:12 +03:00
GramingFoxTeam
edba5f7f3a fix(server): check if text is already in train data 2022-11-18 12:58:02 +03:00
GramingFoxTeam
d332043b1a fix(discord-bot): check for role position 2022-11-18 12:47:56 +03:00
GramingFoxTeam
cc54931d4e fix(reddit-bot): dont check for item creation date 2022-11-18 12:47:14 +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
72c99e5db9 fix(reddit-bot): not properly checking for mod 2022-11-17 15:02:47 +03:00
GramingFoxTeam
d42190e9b1 feat(reddit-bot): command and event handler 2022-11-17 14:57:00 +03:00
GramingFoxTeam
f5adcc83ca feat(reddit-bot): initialize 2022-11-17 12:45:42 +03:00
GramingFoxTeam
fc9dbef024 feat(telegram-bot): delete train command after cb 2022-11-17 11:51:07 +03:00
GramingFoxTeam
3ceacbc41b fix(telegram-bot): make labels readable 2022-11-17 11:44:49 +03:00
GramingFoxTeam
78037580dc fix(discord-bot): only send lowercased text 2022-11-16 18:09:42 +03:00
GramingFoxTeam
92571085b7 fix(telegram-bot): not checking for admin properly 2022-11-16 17:29:27 +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
d98902a285 feat(telegram-bot): initialize 2022-11-16 16:18:19 +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