diff --git a/src/commands/fun/poke.ts b/src/commands/fun/poke.ts index c90d465..0b011fe 100644 --- a/src/commands/fun/poke.ts +++ b/src/commands/fun/poke.ts @@ -58,7 +58,7 @@ export class PokeCommand extends Command { const randomPoke = Poke[Math.floor(Math.random() * Poke.length)]; const pokeEmbed = new MessageEmbed() .setColor('#0099ff') - .setTitle(`Kill from ${pokerGuildMember.displayName}`) + .setTitle(`Poke from ${pokerGuildMember.displayName}`) .setImage(randomPoke); // Send the poke