mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-17 08:17:35 +02:00
Fix
This commit is contained in:
@@ -21,7 +21,7 @@ module.exports = class EvolveCommand extends Command {
|
|||||||
run(msg, args) {
|
run(msg, args) {
|
||||||
const { user } = args;
|
const { user } = args;
|
||||||
return msg.say(stripIndents`
|
return msg.say(stripIndents`
|
||||||
**${user}** *is evolving!*
|
**${user.username}** *is evolving!*
|
||||||
https://i.imgur.com/7bh8hoX.gif
|
https://i.imgur.com/7bh8hoX.gif
|
||||||
`);
|
`);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user