v2.6.8
Minor
Invite Tracker Overhaul & AI Tool Upgrades
April 11, 2026
New Features
6
- Invite Tracker: /invites history — shows recent server joins with who invited them and how long ago
- Invite Tracker: /invites who-invited @user — look up exactly who invited a specific member, which code they used, and when they joined
- Invite Tracker: join notifications — post to a configured invite log channel showing the inviter and their updated real invite count on every join
- Invite Tracker: milestone alerts — auto-post in the invite log channel when an inviter reaches 1/5/10/25/50/100/250/500 real invites
- AI: new define_word tool — free dictionary lookup with phonetic pronunciation and definitions per part of speech (no API key required)
- AI: new random_quote tool — inspirational/motivational quotes filterable by tag or author, with built-in fallback quotes
Improvements
4
- Invite Tracker: in-memory data store with debounced save — no more disk I/O on every join, leave, or stat check
- Invite Tracker: /invites check now shows top invite codes used alongside the full stats breakdown
- Invite Tracker: /invites leaderboard now shows total joins alongside real invite count
- AI: all tool API calls now have a 10-second timeout — no more requests hanging indefinitely
Bug Fixes
2
- verify command broken after being moved — hardcoded path in index.js and interactionCreate.js updated to utility/
- duplicate lock and verify commands in utility/ folder causing startup spam — removed stale untracked files from VPS