mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-19 04:24:14 +02:00
Merge pull request #21 from smyalygames/main
fix(docs): change text to reflect poke command
This commit is contained in:
commit
00cbfa1af3
@ -58,7 +58,7 @@ export class PokeCommand extends Command {
|
|||||||
const randomPoke = Poke[Math.floor(Math.random() * Poke.length)];
|
const randomPoke = Poke[Math.floor(Math.random() * Poke.length)];
|
||||||
const pokeEmbed = new MessageEmbed()
|
const pokeEmbed = new MessageEmbed()
|
||||||
.setColor('#0099ff')
|
.setColor('#0099ff')
|
||||||
.setTitle(`Kill from ${pokerGuildMember.displayName}`)
|
.setTitle(`Poke from ${pokerGuildMember.displayName}`)
|
||||||
.setImage(randomPoke);
|
.setImage(randomPoke);
|
||||||
|
|
||||||
// Send the poke
|
// Send the poke
|
||||||
|
Loading…
x
Reference in New Issue
Block a user