Add util, fix fetch DMs, fully implement delete.

This commit is contained in:
Paul Makles
2020-04-09 18:33:08 +01:00
parent e92b686410
commit 8a4a386ec5
6 changed files with 115 additions and 23 deletions

View File

@@ -64,6 +64,7 @@ impl<'r> FromParam<'r> for ChannelRef {
"type": 1,
"recipients": 1,
"guild": 1,
"owner": 1,
})
.build(),
)