No description
  • TypeScript 99.7%
  • JavaScript 0.3%
Find a file
2025-01-20 14:28:50 -08:00
.github/workflows ok last time before I bail on this 2024-05-22 00:22:08 -07:00
swolequest Behold the LlamaFarm! (#69) 2024-05-19 20:46:57 -07:00
test_site Add file serving test site at https://swolejams.com/test (#59) 2023-08-29 22:24:25 -07:00
vcpkg@9b22b40c6c First pass at hooking this up 2022-08-06 15:02:22 -07:00
worker Fix worker autoupdate and add title customization to adventure threads 2024-05-30 22:10:05 -07:00
.editorconfig Style feedback from Jackson, format file with Prettier and add .editorconfig 2021-06-25 20:14:58 -07:00
.gitignore Behold the LlamaFarm! (#69) 2024-05-19 20:46:57 -07:00
.gitmodules First pass at hooking this up 2022-08-06 15:02:22 -07:00
.prettierrc Make line length 160, fuck it. 2021-06-26 11:37:02 -07:00
alwayssunny.ts Dev/lmagder/fix pureimage take 2 (#44) 2023-07-13 15:31:03 -07:00
bootstrap.js Add code to allow workers too autoupdate the same way as the bot (#71) 2024-05-20 21:26:17 -07:00
botservice.ts Behold the LlamaFarm! (#69) 2024-05-19 20:46:57 -07:00
git.ts helps to actually read the docs 2024-05-22 00:02:32 -07:00
ham.ts More ham! (#68) 2024-01-20 16:34:09 -08:00
howlongtobeat.ts Prevent RobsonBot crashes on HLTB fails (#53) 2023-08-03 00:26:08 -07:00
installGifski.js make gifski optional 2022-08-06 15:54:05 -07:00
jams.ts Can't stand the no discord previews 2024-09-29 21:34:34 -07:00
jamssite.ts Add code to allow workers too autoupdate the same way as the bot (#71) 2024-05-20 21:26:17 -07:00
llamaFarm.ts Bugfixes and better roll for damage promptss 2024-06-01 12:44:30 -07:00
logservice.ts Upgrade discordjs to v14 (#16) 2022-09-13 21:53:54 -07:00
main.ts Add texture adventure LLM mode and bunch of other fixes (#73) 2024-05-28 21:24:04 -07:00
margariter.ts query emojis by name to not crash on test server 2022-09-03 01:28:46 -07:00
package-lock.json Update deps to fix security warnings 2024-08-14 21:09:21 -07:00
package.json Update deps to fix security warnings 2024-08-14 21:09:21 -07:00
peeweewotd.ts adding new words (#75) 2024-12-02 17:37:58 -08:00
persistence.ts Add texture adventure LLM mode and bunch of other fixes (#73) 2024-05-28 21:24:04 -07:00
pinner.ts Add pinbot functionality (#14) 2022-09-07 20:13:39 -07:00
poll.ts Untested fix for poll votes > total options 2025-01-20 14:28:50 -08:00
README.md Add some SwoleQuest docs (#56) 2023-08-05 00:11:14 -07:00
robsonbot.ts Add texture adventure LLM mode and bunch of other fixes (#73) 2024-05-28 21:24:04 -07:00
server.ts Fix deadlock on bot exit 2024-05-21 00:47:56 -07:00
simpsons.yaml Add a simpsons.yaml file for the bracket (#58) 2023-08-29 21:03:37 -07:00
superfrink.ts Dev/lmagder/fix pureimage take 2 (#44) 2023-07-13 15:31:03 -07:00
swolequest.ts Handle missing swolequest state file more cleanly. (#55) 2023-08-03 12:24:44 -07:00
taskmaster.ts Add texture adventure LLM mode and bunch of other fixes (#73) 2024-05-28 21:24:04 -07:00
Textile.ttf Add ASIP title card generator command, update packages (#9) 2022-04-27 01:39:52 -07:00
tsconfig.json Behold the LlamaFarm! (#69) 2024-05-19 20:46:57 -07:00
turkey.ts Who you callin' turkey? (#62) 2023-11-16 14:09:42 -08:00
typedargs.ts Add texture adventure LLM mode and bunch of other fixes (#73) 2024-05-28 21:24:04 -07:00
wonder.ts Update wonder.ts (#27) 2022-12-01 20:07:59 -08:00
wow.ts introducing wowBot (#28) 2023-02-08 09:37:28 -08:00

robsonbot

It's a Discord bot!

Building

npm install

Running

To run the normal bot

npm start

When running locally you can supply a test token via the -t switch

npm start -- -t <my token>

SwoleQuest

SwoleQuest is a text adventure game embeded into the bot. Developer documentation here