mirror of
https://github.com/kirameki-cafe/Yumi.git
synced 2026-09-13 18:59:19 +00:00
Update Invite.ts
This commit is contained in:
@@ -15,7 +15,8 @@ const EMBEDS = {
|
|||||||
description: message || `${DiscordProvider.client.user?.username}'s invite is currently private. Only the developers can add me to another server`,
|
description: message || `${DiscordProvider.client.user?.username}'s invite is currently private. Only the developers can add me to another server`,
|
||||||
user: (data instanceof Interaction) ? data.user : data.author
|
user: (data instanceof Interaction) ? data.user : data.author
|
||||||
});
|
});
|
||||||
}}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
export default class Invite {
|
export default class Invite {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user