Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions .env.template
Original file line number Diff line number Diff line change
@@ -1,13 +1 @@
GROK_API_KEY=your_grok_api_key_here
DISCORD_BOT_TOKEN=your_discord_bot_token_here
NODE_ENV=development

LEVERET_PUB_KEY_B64="MCowBQYDK2VwAyEAnrpw0AzEQIxkIJmbqYravKcI48poZDbP5ifQera0CLM="

#Redis
REDIS_USERNAME=username
REDIS_PASSWORD=password
REDIS_HOST=localhost
REDIS_PORT=6379

SERVER_ID=server_id
8 changes: 5 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@

node_modules/

storage/config/*.json
storage/db
storage/logs
src/config/*.json

logs/

ecosystem.config.js

dist/

.DS_Store

src-old/
21 changes: 21 additions & 0 deletions REFACTOR_PLAN.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
If I forget to remove this before commit, this isn't AI, it's me thinking about this on the plane before I go for it

## What do we **STOP** caring about?

- [] AI Requests, it was funny, and only a safety layer for leveret, but I really don't plan on maintaining this
- [] Bizzare route handling
- [] Functional programming, I hate it. Maybe express isn't the best choice for this, but I'm on a plane, and don't have wifi, might reconsider after landing

## What needs to be kept, and improved

- [] Discord API features; getting the list of members, maybe one to directly verify a user ID's ownership, etc. Will have to wait for me to land to get the discord.js docs
- [] The Oredic stuff, but it's kinda awful rn.

## What should be added

- [] Uptime for other services? Like ptero and/or Elsa?

# New Plan

Actually, scratch this, I hate express, let's reinvent the wheel.
Insert something about programmers trying not to reivent the wheel.
11 changes: 0 additions & 11 deletions VIBES.md

This file was deleted.

3 changes: 0 additions & 3 deletions main.mjs

This file was deleted.

Loading
Loading