more refactoring

This commit is contained in:
Skillz
2020-09-16 12:18:34 -04:00
parent 5e0c4e6432
commit f07636338c
3 changed files with 6 additions and 51 deletions
+1 -1
View File
@@ -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 */