rileyio / kiera-bot

A Multi-Use Discord bot
https://kierabot.xyz
MIT License
6 stars 4 forks source link

[Tracking] CK Verify Middleware to perform spotchecks when user is not in cache to confirm verification #39

Closed rileyio closed 2 years ago

rileyio commented 4 years ago

Tracking for addition of CK Verification enhancement to reduce the number of issues related to verification and stats being toggled off or the cache not being fully up to date.

  1. Check if they’re in the cache yet with the id
  2. If they are not in the cache, check in real-time against your server via that special verified endpoint Kiera has.
  3. (A) If verified and stats enabled in any of the above steps: pass
  4. (B) If not, or stats off: fail with the appropriate message
rileyio commented 4 years ago

This should be implemented in both the !ck verify command as well as in the Middleware.isCKVerified.

rileyio commented 2 years ago

Closing as CK has been removed.