Commit graph

29 commits

Author SHA1 Message Date
lyx0 8a7057f2d4 switch from twitch usernames to user id 2023-03-05 20:57:08 +00:00
lyx0 6b255a2bb5 get a users level from their twitch id instead of twitch username 2023-03-05 20:07:41 +00:00
lyx0 9a7466b04c add Check method to check if a user with a given login exists already 2023-03-05 19:43:35 +00:00
lyx0 e8b90e385c remove unused lastfm models and migrations 2023-03-05 18:28:14 +00:00
lyx0 daa0469a84 implement setting a location for your user that is checked when no argument is supplied to the weather command 2023-03-05 17:56:02 +00:00
lyx0 d5710d727f migrate lastfm_username to the user model instead of seperate database table 2023-03-05 17:42:34 +00:00
lyx0 012dfc03a6 allow a user to set his own location 2023-03-04 22:37:31 +00:00
lyx0 2168991651 implement setting a lastfm account for yourself 2023-03-04 20:25:45 +00:00
lyx0 ea6fcbe416 add data models for lastfm 2023-03-04 19:18:49 +00:00
lyx0 5dd6402941 add help column for commands and implement a command setting a new help text 2023-03-04 01:29:29 +00:00
lyx0 7f7839d9cb add logic for editing a timer 2022-08-27 17:38:03 +02:00
lyx0 b55b3ed0cb delete a timer from the database 2022-08-24 21:00:09 +02:00
lyx0 f030a9c2bf get timers from database and start them on startup 2022-08-22 03:06:23 +02:00
lyx0 0e51d7f45b add get and insert models for timers 2022-08-22 02:12:54 +02:00
lyx0 feea944f64 start implementing timers 2022-08-21 21:04:27 +02:00
lyx0 5e3ee66bae update a command through the api 2022-08-17 20:57:25 +02:00
lyx0 650e7f450f pass in a command to the insert method instead of name, text 2022-08-17 14:45:35 +02:00
lyx0 96eedbe293 add command category in database and add an command to add the category from 2022-08-15 00:53:41 +02:00
lyx0 ceb9c4b98d add command to change the level of a command in the database 2022-08-11 20:35:22 +02:00
lyx0 88b114a826 make seperate error commands depending on if a channel or a command already exists 2022-08-11 01:50:30 +02:00
lyx0 76e7a4f755 add command model 2022-08-11 01:18:04 +02:00
lyx0 fa9566d6ce get channels from database and join them on startup 2022-08-10 18:16:39 +02:00
lyx0 b91dc8d60a add updating user level 2022-08-10 00:14:54 +02:00
lyx0 332de23f64 implement GetAllChannels functionality 2022-08-09 23:19:08 +02:00
lyx0 1728fb54f9 add adding and deleting user to the database 2022-08-09 22:34:12 +02:00
lyx0 fda0e7d8b8 add user models 2022-08-09 21:25:44 +02:00
lyx0 3f16128812 delete channel from database 2022-08-09 19:50:46 +02:00
lyx0 07a39a7fcb add channel models 2022-08-09 00:07:32 +02:00
lyx0 54d1b93b2d add database models for twitch channel 2022-08-08 23:58:38 +02:00