mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Add more obvious indicator for voicemails
This commit is contained in:
@@ -61,7 +61,7 @@ module.exports = class TarotCommand extends Command {
|
||||
One common meaning for this card is **${card.randomLightMeaning()}**.
|
||||
However, beware, as it could also mean **${card.randomShadowMeaning()}**.
|
||||
|
||||
Would you like me to keep going? Type **[y]es** or **[n]o**.
|
||||
Would you like me to keep going? Reply with **[y]es** or **[n]o**.
|
||||
`, { files: [card.imagePath] });
|
||||
const verification = await verify(msg.channel, msg.author);
|
||||
if (!verification) break;
|
||||
|
||||
Reference in New Issue
Block a user