1
0
mirror of https://github.com/nikoksr/notify.git synced 2024-11-28 08:39:13 +02:00
Commit Graph

5 Commits

Author SHA1 Message Date
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
641a640173
feat(discord): add support for various authentication methods 2021-01-25 06:08:57 +01:00
Niko Köser
b9c0efe21f
refactor(lib): comment and clean up code 2021-01-25 05:05:28 +01:00
Niko Köser
911b879574
feat: init project 2021-01-25 00:14:21 +01:00