KeshBotics / keshbotics3

KeshBotics 3 Discord async bot and Twitch API/webhook integration.
GNU General Public License v3.0
3 stars 1 forks source link

Database Overhaul #50

Closed Travis-Owens closed 3 years ago

Travis-Owens commented 3 years ago

Split the single twitch table into two tables: twitch_channels and twitch_notifications.

Settings Changed 'oauth_token' to 'twitch_oauth_token'

Added Discord Guild ID to YouTube Table

YouTube "/c/" Type URL Conversion Error Fixed bug in "youtube_channel_id.py" - "custom_url_to_channel_id" Error: "TypeError: the JSON object must be str, not 'bytes'" Experienced when attempting to convert "/c/" type urls.

Tested a version of keshbotics3 from Decemeber 2020, and recieved the same error, however, I recall it working around that time period. GIT logs don't show anything meaningful changed in this function. Difficult to pinpoint what caused this error to spring up.