mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 11:28:15 +00:00
more refactoring
This commit is contained in:
@@ -115,7 +115,7 @@ export async function sendDirectMessage(
|
||||
}
|
||||
|
||||
// If it does exist try sending a message to this user
|
||||
return sendMessage(dmChannel, content);
|
||||
return sendMessage(dmChannel.id, content);
|
||||
}
|
||||
|
||||
/** Kick a member from the server */
|
||||
|
||||
Reference in New Issue
Block a user