mirror of
https://github.com/nx-bat/pet-the-pond.git
synced 2026-09-22 10:29:11 -04:00
fix thingy
This commit is contained in:
@@ -15,6 +15,8 @@ class ProfileCommand extends Command<CommandClient> {
|
|||||||
async handleCommand(context: CommandClient<any, any>, interaction: CommandInteraction) {
|
async handleCommand(context: CommandClient<any, any>, interaction: CommandInteraction) {
|
||||||
await interaction.defer();
|
await interaction.defer();
|
||||||
|
|
||||||
|
const _user = await getUser(interaction.user.id);
|
||||||
|
|
||||||
await interaction.createMessage({
|
await interaction.createMessage({
|
||||||
embeds: [{
|
embeds: [{
|
||||||
author: {
|
author: {
|
||||||
|
|||||||
Reference in New Issue
Block a user