mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Add DM support
This commit is contained in:
parent
2e0c30eb5d
commit
a2c8cbb560
9 changed files with 79 additions and 45 deletions
|
|
@ -19,6 +19,7 @@ namespace Myriad.Cache
|
|||
|
||||
public bool TryGetGuild(ulong guildId, out Guild guild);
|
||||
public bool TryGetChannel(ulong channelId, out Channel channel);
|
||||
public bool TryGetDmChannel(ulong userId, out Channel channel);
|
||||
public bool TryGetUser(ulong userId, out User user);
|
||||
public bool TryGetRole(ulong roleId, out Role role);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue