useless slop
This commit is contained in:
parent
069400233a
commit
3fb6b6e2c2
6 changed files with 21 additions and 14 deletions
|
@ -60,6 +60,9 @@ export async function setupJoinRequestHandler(shard: Shard) {
|
|||
application.message_id
|
||||
);
|
||||
}
|
||||
const user = await client.rest.users.get(
|
||||
applicationData.user_id
|
||||
);
|
||||
await client.rest.channels.createMessage(
|
||||
Constants.REJECTION_CHANNEL_ID,
|
||||
<ComponentMessage>
|
||||
|
@ -68,7 +71,7 @@ export async function setupJoinRequestHandler(shard: Shard) {
|
|||
## Join request withdrawn
|
||||
</TextDisplay>
|
||||
<Divider />
|
||||
<User id={applicationData.user_id} />
|
||||
<User user={user} />
|
||||
<Divider />
|
||||
<TextDisplay>### Application</TextDisplay>
|
||||
{application ? (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue