jamesjamail / TunnelQuestBot

Everquest auction watcher for P99 Servers
9 stars 6 forks source link

Slash commands #46

Closed jamesjamail closed 2 years ago

jamesjamail commented 2 years ago

WIP

-NOTE: needed to add constraint on blocked_seller_by_user. Add unique constraint on user and seller in combination.

Mtil will need to execute this query ALTER TABLE blocked_seller_by_user ADD CONSTRAINT unique_seller_const UNIQUE (user_id, seller)

Also should export schema files again and push

Remaining TODO's: -accept optional server argument for /block command -modify blockBuilder to display blocks by watch -add button collector for watchBlock -unblock command -unsnooze command -watch notification message and buttons