Commit graph

61 commits

Author SHA1 Message Date
lyx0 8e13bb4102 add command that lists all commands for the channel it was sent in 2023-12-17 18:48:46 +01:00
lyx0 b0f05530a1 make database commands channel sensitive 2023-12-10 23:50:59 +01:00
lyx0 3deafe8c62 add command that lists all commands 2023-12-03 17:24:42 +01:00
lyx0 025f236144 implement adding/deleting channel and joining/parting them 2023-10-10 19:07:49 +02:00
lyx0 dda26a8e49 cleanup warnings 2023-10-10 18:03:13 +02:00
lyx0 801853cdb3 additionally add message context to each logged sent_message_logs in the database 2023-10-10 17:51:12 +02:00
lyx0 8744951554 log each outgoing message the bot sends to the database 2023-10-10 16:49:00 +02:00
lyx0 cd79c34643 implement database logging for used commands 2023-10-10 16:07:35 +02:00
lyx0 d5d0f7ba46 add help command 2023-10-10 13:16:30 +02:00
lyx0 abc3b45656 initialize user to database when he uses a command 2023-10-10 12:49:06 +02:00
lyx0 a33276759d add uploads model, log downloads/uploads to the database 2023-10-05 23:11:11 +02:00
lyx0 80d9ed9fdc add uuid identifiers for timers 2023-10-04 00:05:38 +02:00
lyx0 dabbce14fe add debug user command that sends user information to my email 2023-09-08 03:03:57 +02:00
lyx0 b330d5aa56 add database models, add timer functionality 2023-09-07 22:34:53 +02:00
lyx0 b88b4345f5 start rewrite 2023-08-04 20:57:40 +02:00
lyx0 39288bfd1c add redis storage for timers 2023-04-13 03:26:20 +02:00
lyx0 9896d07dd7 use twitch id instead of twitch username 2023-03-05 21:14:33 +00:00
lyx0 bab41a15af use twitch id instead of twitch username 2023-03-05 21:14:24 +00:00
lyx0 777329897a switch from twitch usernames to twitch userid 2023-03-05 20:57:19 +00:00
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 a23e7aafe9 check if a user is registered in the database everytime a command is used and if not register said user 2023-03-05 19:44:34 +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 2e7b115795 implement setting a lastfm account 2023-03-04 20:26:02 +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 4be80755fc add 'help' column to command model 2023-03-04 00:04:28 +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 4125967c63 set default command category to uncategorized instead of default 2022-08-15 13:53:07 +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 d463b98633 add comments 2022-08-13 02:06:54 +02:00
lyx0 e029110ec7 add comments 2022-08-12 23:06:39 +02:00
lyx0 f241f2a816 add comments 2022-08-12 02:50:45 +02:00
lyx0 afc2b74ff0 add some more placeholder commands 2022-08-11 20:35:34 +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 841025cac0 implement adding commands to the database 2022-08-11 01:18:51 +02:00
lyx0 b625d46258 add Get channel method 2022-08-11 01:18:23 +02:00
lyx0 76e7a4f755 add command model 2022-08-11 01:18:04 +02:00