Commit Graph

198 Commits

Author SHA1 Message Date
d67960f7df Fix /remind list 2022-09-18 00:40:48 +02:00
68cd8d964a Fix time zone in both commands and format code with Black 2022-09-17 22:28:45 +02:00
21be6c00b3 Use modern Discord Ui stuff, fix time zones and, fix Dockerfile
Changes:
Use buttons, pagination and modals instead of old text-based stuff
Fix time zones (Closes #23)
Fix Dockerfile
Replace Discord.py with discord-py-interactions
Default time zone is now UTC instead of Europe/Stockholm

Replace
  /remind resume
  /remind pause
  /remind remove
  /remind modify
with
  /remind list
2022-09-17 22:23:43 +02:00
d5bcf0169b Fix: Use TIMEZONE instead && Update Dockerfile 2022-09-13 20:00:26 +09:00
a7b131a729 Merge remote-tracking branch 'GitHub/master' 2022-08-14 15:13:30 +02:00
6d31d1bb72 Format white space 2022-08-14 15:01:03 +02:00
de6b27ce5d Fix docstrings 2022-08-14 14:14:24 +02:00
166002d275 Rename test file 2022-08-14 14:01:50 +02:00
5571fa18a8 Readd command_prefix 2022-08-14 13:53:24 +02:00
3f8be91e09 Fix docstring and use "Couldn't" instead of "Failed" 2022-08-14 13:47:12 +02:00
35e47115b8 Move calc_counddown() to own file 2022-08-14 13:43:29 +02:00
d25f98abf5 Update packages 2022-08-14 13:37:57 +02:00
cd29a23936 Update formatting 2022-08-14 13:37:49 +02:00
cbe36b68bf Remove .github directory 2022-08-02 14:59:36 +02:00
fbcdc61e71 Add Mypy 2022-07-21 20:48:51 +02:00
9eeab86917 Reduce the amount of lines 2022-07-21 20:38:21 +02:00
092a608d95 Remove types from docstrings 2022-07-21 20:28:39 +02:00
3068175afe Add types for dateparser and pytz 2022-07-21 20:26:01 +02:00
0376ae0214 Change line-length to 120 2022-07-21 20:22:27 +02:00
e913a54abb Delete codeql-analysis.yml 2022-06-22 23:22:34 +02:00
4b350eadf9 Delete renovate.json 2022-06-22 23:22:28 +02:00
bacd689356 Merge pull request #20 from TheLovinator1/renovate/docker-build-push-action-3.x
Update docker/build-push-action action to v3
2022-05-05 21:12:27 +02:00
f14a5f02c3 Merge pull request #21 from TheLovinator1/renovate/docker-login-action-2.x
Update docker/login-action action to v2
2022-05-05 21:12:18 +02:00
3c1d25ba89 Update docker/login-action action to v2 2022-05-05 19:07:20 +00:00
687e2db409 Update docker/build-push-action action to v3 2022-05-05 19:07:16 +00:00
81dd5e0ce2 Merge pull request #19 from TheLovinator1/renovate/docker-metadata-action-4.x
Update docker/metadata-action action to v4
2022-05-05 21:07:04 +02:00
488a972965 Update docker/metadata-action action to v4 2022-05-05 11:19:30 +00:00
8e5f758552 Merge pull request #18 from TheLovinator1/renovate/github-codeql-action-2.x
Update github/codeql-action action to v2
2022-05-03 00:07:34 +02:00
f78bd19672 Update github/codeql-action action to v2 2022-05-02 22:04:23 +00:00
b421892492 Format codeql-analysis.yml 2022-05-03 00:04:07 +02:00
fdede8d152 Remove extras folder and make README more verbose 2022-05-03 00:03:53 +02:00
fb8043e129 Add pytest 2022-05-02 23:34:36 +02:00
caa9094be9 Fix test_calc_countdown 2022-05-02 23:34:25 +02:00
7025d11f70 Remove dependency dashboard, add label and add reviewer 2022-04-26 03:08:40 +02:00
ad767d0d99 Merge pull request #17 from TheLovinator1/renovate/python-dotenv-0.x
Update dependency python-dotenv to ^0.20.0
2022-03-25 01:45:30 +01:00
d1dd40e911 Update dependency python-dotenv to ^0.20.0 2022-03-25 00:42:45 +00:00
dc73b10fad Add TODOs 2022-03-19 04:39:07 +01:00
fae53f15ff "Fix" remind list when you have more than 25 reminders 2022-03-19 04:39:07 +01:00
e6fedbb7e7 Make lines less wide, add TODOs, modify comments 2022-03-19 04:39:07 +01:00
405dcbc907 Add variable for exit message 2022-03-19 04:39:07 +01:00
0f3f1ab4f5 Remove unnecessary else 2022-03-19 04:39:07 +01:00
0112dc65c1 Add and remove comments 2022-03-19 04:39:07 +01:00
332579ddda Change variable name so you see that it is not needed 2022-03-19 04:39:07 +01:00
a3f187514f Field value will never be over 1024 characters so no need to truncate 2022-03-18 01:44:10 +01:00
bff5a899fe Update comments 2022-03-18 01:43:36 +01:00
96f1451a85 Remove broken TimeoutError 2022-03-18 01:34:38 +01:00
65cef88c9e Change variable name 2022-03-18 01:34:04 +01:00
76cf3b52e9 Uncomplicate if else 2022-03-18 01:33:48 +01:00
625f1d4f1a Change comments 2022-03-18 01:33:12 +01:00
c876c47b9e Remove and shorten comments 2022-03-18 01:10:12 +01:00