mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 06:42:50 +02:00
Small changes, reply to some things
This commit is contained in:
@@ -27,7 +27,7 @@ module.exports = class EvolveCommand extends Command {
|
||||
|
||||
run(msg, { user }) {
|
||||
return msg.say(stripIndents`
|
||||
**${user.username}** *is evolving!*
|
||||
_**${user.username}** is evolving!_
|
||||
${gifs[Math.floor(Math.random() * gifs.length)]}
|
||||
`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user