Merge pull request #21 from smyalygames/main

fix(docs): change text to reflect poke command
This commit is contained in:
Anthony 2022-07-26 00:54:02 +01:00 committed by GitHub
commit 00cbfa1af3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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