Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
endurance committed Dec 21, 2023
2 parents 5eb2782 + c5a05f3 commit b0abe10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/discord/discordWow.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ export class DiscordWowService {
guilds: [DEV_GUILD],
})
public async onWow(@Context() [interaction]: SlashCommandContext) {
return interaction.reply({ content: 'Wowee!' });
return interaction.reply({ content: 'Woweeeee!!!!' });
}
}

0 comments on commit b0abe10

Please sign in to comment.