38c51ad5f6
Add docstrings
2021-07-26 21:08:08 +02:00
ef8b409165
Ignore Mypy error
2021-07-25 16:53:33 +02:00
e386fb6ea0
Move settings to own file
2021-07-25 15:21:47 +02:00
ba9738a269
Add flake8 and mypy
2021-07-25 13:57:42 +02:00
dc911b4a18
Use Poetry
2021-07-23 21:26:46 +02:00
b50f7d1d5a
Shorten embed description if longer than 1024
2021-05-27 23:11:18 +02:00
ff33deeeef
Shorten name if longer than 256
2021-05-27 17:12:47 +02:00
ac59f059e5
Remove unnecessary slash
2021-05-08 21:14:05 +02:00
3b0fab809a
Remove ID from /remind modify
2021-05-07 23:03:49 +02:00
59652214ed
Removed remind_id from pause and resume command
2021-05-07 02:30:06 +02:00
79bcceb1d3
Remove ID from /reminder remove and fix calc_countdown()
2021-05-06 14:37:01 +02:00
ef99399dc0
Remove ID and add numbers for /remind list
2021-05-06 00:24:36 +02:00
e1bdf43931
Add /remind pause & resume
2021-05-03 23:24:47 +02:00
fedf65ece7
Update requirements.txt
2021-05-03 17:10:26 +02:00
4e5efe14c2
Add /remind interval
2021-05-03 17:02:26 +02:00
b2b2aaf49f
Update descriptions
2021-05-03 16:07:05 +02:00
70b52bf53b
Add /remind cron
...
Works like the Unix utility
2021-05-02 22:43:29 +02:00
2b3f62639b
Add /remind list, add, modify, remove
2021-04-27 03:57:50 +02:00
7f63fa0bfb
Declare option_type by method instead of int
2021-04-23 21:27:04 +02:00
1b429d5a63
Create codeql-analysis.yml
2021-04-23 17:35:42 +02:00
23bbf5cbc2
Add slash commands
...
Use /remind instead of !remind. You need to reinvite your bot with the "applications.commands" scope. Discords Bot API can take up to 1 hour to register the commands so you will have to wait a bit before use.
2021-04-22 02:04:24 +02:00
c06424184f
Add channel name to !reminders
2021-04-19 00:15:41 +02:00
ef2eb33ea4
Fix response when no reminders
2021-04-18 23:59:05 +02:00
ea31731c8b
Update countdown
2021-04-18 23:58:16 +02:00
cd1a5a6b16
Use embed for !reminders
2021-04-17 21:43:12 +02:00
4d9bec9ffa
Change !jobs to !reminders
2021-04-17 19:09:00 +02:00
0158c97a66
Add !jobs command
2021-04-17 02:05:32 +02:00
7ee5e3f8aa
Update requirements.txt
2021-04-15 23:45:50 +02:00
b1d11805f7
Run black
2021-04-15 23:40:57 +02:00
1ed29ff880
Use built-in setting instead of pytz
2021-04-15 23:40:33 +02:00
897a6ec045
Run black
2021-04-15 22:04:19 +02:00
3d9a377e77
Update year
2021-02-26 09:44:56 +01:00
35b3ea7a92
Update README
2021-02-26 09:44:28 +01:00
b6105eec4c
Remove .service
2021-02-26 09:44:05 +01:00
38aa625cf0
Fix .env.example
2021-02-26 09:43:47 +01:00
4f8f47809d
Upgrade packages
2021-02-26 09:42:11 +01:00
b51d0241cb
Merge pull request #1 from TheLovinator1/dependabot/pip/aiohttp-3.7.4
...
Bump aiohttp from 3.6.3 to 3.7.4
2021-02-26 07:09:15 +01:00
6e59be571b
Bump aiohttp from 3.6.3 to 3.7.4
...
Bumps [aiohttp](https://github.com/aio-libs/aiohttp ) from 3.6.3 to 3.7.4.
- [Release notes](https://github.com/aio-libs/aiohttp/releases )
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst )
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.6.3...v3.7.4 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-26 03:14:05 +00:00
5b94bf22bd
Use python:3.9-slim and change to a multi-stage container to minimize size
2021-01-01 16:15:47 +01:00
6730ff4ebd
Merge branch 'master' of https://github.com/TheLovinator1/discord-reminder-bot
...
# Conflicts:
# README.md
2020-12-29 16:04:28 +01:00
5c976e160d
Move everything back from the Docker folder
2020-12-29 16:02:34 +01:00
d4ae7dfeb0
Update README.md
2020-12-29 14:31:55 +00:00
81119c2d17
Update documentation
2020-12-29 15:28:31 +01:00
14f19bdf48
Ignore .idea folder
2020-12-29 09:08:50 +01:00
805fd56d59
Use container from dockerhub
2020-12-27 03:47:38 +01:00
827f156e08
Add Dockerfile
2020-12-27 03:31:53 +01:00
8709038492
Use logging instead of print statements
2020-12-19 04:17:13 +01:00
73e17e203b
Merge branch 'master' of https://github.com/TheLovinator1/discord-reminder-bot
2020-12-19 02:08:30 +01:00
48baf94104
Fix typo
2020-12-18 23:30:40 +01:00
dae802f5f3
Use Python 3.9 as default. Can be changed in Pipfile to the version you use now.
2020-12-18 23:30:28 +01:00