Commit Graph

53 Commits (784fd08f5829a724bed4ff8edd8e17d3a0d39ad1)

Author SHA1 Message Date
Anorak_1 784fd08f58 Implement a first bs implementation of actions db
Need to actually go through actions on acc/dec
2023-08-19 23:09:51 +02:00
Anorak_1 ae6a9053e3 testing schema file 2023-08-17 23:29:08 +02:00
Anorak_1 a00cb9977b tiny import commit 2023-08-17 23:28:55 +02:00
Anorak_1 13ae534e56 First commits for Application Actions™ object 2023-08-17 23:28:27 +02:00
Anorak_1 c74e259d61 first commit for Application Actions™ 2023-08-17 23:28:04 +02:00
Anorak_1 4429753729 Remove old prints, fixed bunch of bugs 2023-08-15 19:03:10 +02:00
Anorak_1 c578dccefb Removed old prints, fixed return values for error 2023-08-15 19:02:16 +02:00
Anorak_1 83142e6633 Reimplemented application process to use database 2023-08-12 13:32:25 +02:00
Anorak_1 0d28df7868 Added get_response_channel 2023-08-12 13:29:10 +02:00
Anorak_1 75c3f98c98 added StartButtonDB because discord custom id suck 2023-08-12 13:28:28 +02:00
Anorak_1 536370ec17 Implemented the WHOLE FUCKING EDITOR 2023-08-11 22:23:43 +02:00
Anorak_1 5a4ee3dda3 Added get applications function 2023-08-11 10:55:56 +02:00
Anorak_1 9aafca25cf somehow this got fucked so... 2023-08-11 00:24:03 +02:00
Anorak_1 0ab89747f8 added old.py for old stuff to ignore 2023-08-11 00:23:07 +02:00
Anorak_1 51914b65fb corrected spelling 2023-08-11 00:22:58 +02:00
Anorak_1 3fedb29509 Removed some unnecessary prints 2023-08-10 22:30:24 +02:00
Anorak_1 75ff784301 Added guild db management on start/join/kick guild 2023-08-10 22:29:21 +02:00
Anorak_1 f73a6612e2 Fix **a lot** of bugs 2023-08-10 22:20:50 +02:00
Anorak_1 44c14e27ee Added cool activity message
Prep for going public
2023-08-10 00:08:45 +02:00
Anorak_1 7631fcf1fd Added permission requirement for setup command 2023-08-09 22:54:38 +02:00
Anorak_1 1617dbb422 make get_questions return length of questions too 2023-08-09 22:53:15 +02:00
Anorak_1 0eff35508f Created setup.py that creates db file and tables 2023-08-09 22:13:49 +02:00
Anorak_1 15ce50196d Implemented GuildAppDB with all functions 2023-08-09 22:09:12 +02:00
Anorak_1 413c1eff27 Modified bot to use list, not dict for questions 2023-08-09 22:08:23 +02:00
Anorak_1 fcc409dd37 Converted to use dbutil 2023-08-08 17:34:51 +02:00
Anorak_1 838600c369 Moved app message functions under MessageDB class
for hinting
2023-08-08 17:33:37 +02:00
Anorak_1 11ed17f2ea Created dbutils.py for easy database manipulation 2023-08-08 17:26:45 +02:00
Anorak_1 a7d187a645 Changed ApplicationButtonsView
to disable buttons only when acc/dec modal is Submitted
2023-08-04 15:40:40 +02:00
Anorak_1 88dc6f6294 deleted demo action for now 2023-08-03 22:10:19 +02:00
Anorak_1 33ea3b5067 proper actions test
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 12s Details
2023-08-02 00:53:28 +02:00
Anorak_1 6e6cf941f7 lasttest
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 5s Details
2023-08-02 00:48:11 +02:00
Anorak_1 583c0f242a adssd
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 3s Details
2023-08-02 00:45:49 +02:00
Anorak_1 938af086ff asd
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 3s Details
2023-08-02 00:44:53 +02:00
Anorak_1 807e9d818a yes
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 4s Details
2023-08-02 00:42:34 +02:00
Anorak_1 addb9797e0 added demo action
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1m2s Details
2023-08-02 00:40:23 +02:00
Anorak_1 5f1ab9002c removed some more old commented lines 2023-08-01 23:54:41 +02:00
Anorak_1 bf3575ab2e removed old commented stuff 2023-08-01 23:54:07 +02:00
Anorak_1 564af6d548 Fixed up a bunch of stuff for the last commit 2023-08-01 23:52:03 +02:00
Anorak_1 13dab13988 Added Timeout message to application process 2023-08-01 22:42:18 +02:00
Anorak_1 9cd5e8efa4 Implemented checking for dm privacy settings 2023-08-01 22:35:23 +02:00
Anorak_1 678e912f13 Added a cancel feature to applications
Edited initial app message to be an embed
2023-07-18 16:02:42 +02:00
Anorak_1 458259c252 Added /setup command that creates a persistent
Apply button
2023-07-17 12:26:28 +02:00
Anorak_1 b4483e938d edited acc/dec embed 2023-07-16 11:10:19 +02:00
Anorak_1 ee513cf554 Removed ":" from application embed
added reason field to embed after acc/dec
2023-07-16 10:53:39 +02:00
Anorak_1 5a94b57399 Moved all needed variables to .env
added coloring to embeds after application finished
2023-07-15 23:32:28 +02:00
Anorak_1 8eb0ac2eac added two pesky lines to actually add the role 2023-07-14 22:57:01 +02:00
Anorak_1 53ca312fd9 removed test command 2023-07-14 21:48:24 +02:00
Anorak_1 e16411d0ef reworked accept/decline 2023-07-14 21:47:41 +02:00
Anorak_1 ab5de280b8 added dotenv to requirements.txt 2023-07-14 21:47:26 +02:00
Anorak_1 6b49db536a added some files to .gitignore 2023-07-14 21:47:00 +02:00