Commit Graph

44 Commits

Author SHA1 Message Date
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
4fabe83e5b Update discord-reminder-bot.service 2020-12-15 09:38:00 +00:00
ad4a86f8ad Update message 2020-12-04 10:04:50 +00:00
dd74ea4816 Send message via Discord instead of webhook 2020-11-21 20:41:35 +01:00
a965337702 Webhook url not needed any more 2020-11-21 20:40:20 +01:00
6a26d9c3d0 Remove dhooks 2020-11-21 20:39:02 +01:00
384bd3d241 Add support for timezones 2020-11-21 16:15:56 +01:00
079d85f75e Change python version to 3.8 2020-11-21 16:14:58 +01:00
4e67bf145f Update README.md 2020-11-07 07:05:33 +01:00
78fe3e7d3a Create discord-reminder-bot.service 2020-11-07 07:02:07 +01:00
3d50941603 Initial commit 2020-11-07 06:59:32 +01:00
ea66885351 Initial commit 2020-11-07 05:46:58 +00:00