mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-21 22:14:34 +02:00
Fix
This commit is contained in:
@@ -59,10 +59,10 @@ module.exports = class NekoAtsumePasswordCommand extends Command {
|
|||||||
}
|
}
|
||||||
|
|
||||||
get goldFish() {
|
get goldFish() {
|
||||||
return GOLD_FISH_EMOJI_ID ? `<gold_fish:${GOLD_FISH_EMOJI_ID}>` : 'Gold Fish';
|
return GOLD_FISH_EMOJI_ID ? `<:gold_fish:${GOLD_FISH_EMOJI_ID}>` : 'Gold Fish';
|
||||||
}
|
}
|
||||||
|
|
||||||
get silverFish() {
|
get silverFish() {
|
||||||
return SILVER_FISH_EMOJI_ID ? `<silver_fish:${SILVER_FISH_EMOJI_ID}>` : 'Silver Fish';
|
return SILVER_FISH_EMOJI_ID ? `<:silver_fish:${SILVER_FISH_EMOJI_ID}>` : 'Silver Fish';
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user