add gender

This commit is contained in:
artie 2025-02-15 20:36:51 +01:00
parent 6524ff22fb
commit 74ad1c7c0c

View File

@ -36,7 +36,7 @@ export class ArtemisClient extends Client {
}, },
partials: [Partials.Channel], partials: [Partials.Channel],
presence: { presence: {
activities: [{ name: "hecho con ❤️", type: ActivityType.Custom }], activities: [{ name: "hecha con ❤️", type: ActivityType.Custom }],
}, },
}); });