aboutsummaryrefslogtreecommitdiff
path: root/modules/spotify
Commit message (Collapse)AuthorAge
* sql: Implement bot stateCara Salter2023-04-23
| | | | | | | | | | | | Allows for persistent, dynamic storage of configuration options outside of the config.json file. The bot_state table is, essentially, a key-value store for config options. There are two new prepared statements, `state` and `update_state`: - `state` will return the value for the provided key - `update_state` will create the key or update an existing key
* Finish spotifyspotifyCara Salter2023-04-15
| | | | | | for now Change-Id: I77c7d319ddf37c7259f4de89567f9a6719f88796
* Automagically refresh spotify tokensCara Salter2023-04-15
| | | | Change-Id: I883f28a88776e0a04b90e6d07c255a3fd9f05977
* init spotifyCara Salter2023-04-15
| | | | Change-Id: I6796976649ee59f4e647148e77d76effa7315f73
* modldr: Support modules in a different path from exeCara Salter2023-04-10
| | | | Change-Id: If56998535b8067b29ea34c760ac2da4339174983
* meta: Add sentry supportCara Salter2023-04-07
| | | | Change-Id: Icda968ab189d601c5e390dfee094ae4419cce9e6
* sentry: Add sentry supportCara Salter2023-04-06
| | | | Change-Id: I3cff2a05c63e88abddc8eff6a3ee9a9f73a5172d
* spotify: Implement regex matching for spotify URLsCara Salter2023-04-06
| | | | Change-Id: Iccaede4fcb46c60181567082b02725db7a9f83ac
* spotify: Add spotify moduleCara Salter2023-04-03
| | | | Change-Id: I8f8bd9cbcc54bc8f4ce42d9ce0292ec6b5ac5cf0
* Init spotify moduleCara Salter2023-04-03
Change-Id: I01535de80c6426f1f724ffad87a628b8a9a1b55d