1
0
mirror of https://github.com/nikoksr/notify.git synced 2024-12-18 16:46:48 +02:00
Commit Graph

17 Commits

Author SHA1 Message Date
Niko Köser
fe13109519
docs(comment): add comments pointing to useful resources 2021-01-26 11:31:33 +01:00
Niko Köser
c36622c2f6
docs(readme): add list of supported services 2021-01-26 11:31:14 +01:00
Niko Köser
00de7299be
docs(readme): fix codacy badge 2021-01-26 10:54:06 +01:00
Niko Köser
fd850b27d3
docs(readme): refactor readme 2021-01-26 10:45:14 +01:00
Niko Köser
1ac90ebefd
ci(gh): add templates for PR, bug- and feature-request 2021-01-26 10:36:10 +01:00
Niko Köser
0dec00546d
chore(deps): go mod tidy 2021-01-26 09:26:11 +01:00
Niko Köser
9acc5f6116
fix(discord): add gateway intent to discord client
The discord client was missing its gateway intent. Basically meaning the
API didn't know what the bot is allowed to do, so sending messages would
fail with 'Error 401: Unauthorized'.
Added only the intent to send messages (2048) and now everything is
working as intended.
2021-01-26 09:22:55 +01:00
Niko Köser
eda3e18914
docs(comment): correct function name in comment 2021-01-26 09:22:36 +01:00
Niko Köser
9df832cd3e
docs(comment): add missing comment to pseudo struct 2021-01-26 09:21:47 +01:00
Niko Köser
641a640173
feat(discord): add support for various authentication methods 2021-01-25 06:08:57 +01:00
Niko Köser
5b503b4613
docs(readme): add wip note 2021-01-25 06:08:37 +01:00
Niko Köser
5a752672a6
docs(readme): correct faulty telegram chat id 2021-01-25 05:16:08 +01:00
Niko Köser
62d196ea87
docs(readme): replace gh release with tag shield 2021-01-25 05:08:21 +01:00
Niko Köser
f172c1db85
docs: add readme, coc, and contrib guidelines 2021-01-25 05:05:59 +01:00
Niko Köser
b9c0efe21f
refactor(lib): comment and clean up code 2021-01-25 05:05:28 +01:00
Niko Köser
8daf2e3a9d
chore: go mod tidy 2021-01-25 05:05:00 +01:00
Niko Köser
911b879574
feat: init project 2021-01-25 00:14:21 +01:00