Skip to content

Commit

Permalink
raffles: add more keymunity tsks
Browse files Browse the repository at this point in the history
  • Loading branch information
GGonryun committed Oct 6, 2024
1 parent 7a70be1 commit 0cd6e80
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions libs/data/tasks/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -632,6 +632,22 @@ export const TASKS: Prisma.TaskUncheckedCreateInput[] = [
invite: 'https://discord.com/invite/Auatjee2BZ',
},
},
{
version: 1,
id: 'JOIN_KEYMUNITY_DISCORD_ONCE',
type: TaskType.JOIN_DISCORD_GUILD,
category: TaskCategory.TASK,
frequency: TaskFrequency.ONCE,
requiredRepetitions: 1,
maxRepetitions: 1,
name: 'Join Keymunity Discord',
description:
'Join the Keymunity Discord server and chat with other players.',
data: {
guildId: '1187099114731749457',
invite: 'https://discord.gg/DAd2hHwsPN',
},
},
// steams
{
version: 1,
Expand Down

0 comments on commit 0cd6e80

Please sign in to comment.