hmn/src/discord
Ben Visness a147cfa325 Rework DB API
This takes advantage of generics, and generally clears up a lot of
inconsistencies and quality-of-life issues.

Start of db rework: clean up, start generics, improve tests

Write some nice aspirational package docs

Rework and document the db API

Tests still pass, at least...now for everything else

Update all callsites of db functions

Finish converting all callsites

Not too bad actually! Centralizing access into the helpers makes a big
difference.

wtf it works
2022-05-06 16:56:13 -05:00
..
cmd Updated cmd description 2022-02-07 14:25:21 +02:00
commands.go Rework DB API 2022-05-06 16:56:13 -05:00
gateway.go Rework DB API 2022-05-06 16:56:13 -05:00
history.go Rework DB API 2022-05-06 16:56:13 -05:00
markdown.go Process Discord markdown for snippets 2021-08-23 22:26:27 -05:00
markdown_test.go Process Discord markdown for snippets 2021-08-23 22:26:27 -05:00
message_handling.go Rework DB API 2022-05-06 16:56:13 -05:00
message_test.go Tweak /profile messages, add and fix tests 2021-09-26 22:35:42 -05:00
payloads.go Add user command for profile 2021-09-26 20:30:09 -05:00
payloads_test.go Tweak /profile messages, add and fix tests 2021-09-26 22:35:42 -05:00
ratelimiting.go Add Discord integration 2021-08-15 20:21:04 -05:00
rest.go Fixed discord linking issue 2021-12-21 08:14:51 +02:00