fix(docs): change text to reflect poke command

This commit is contained in:
Anthony 2022-07-26 00:53:19 +01:00
parent d44bf67349
commit 715f0ba410

View File

@ -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