mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-23 18:05:01 +02:00
Horse Race Command
This commit is contained in:
@@ -24,6 +24,6 @@ module.exports = class GenerateProcessEnvCommand extends Command {
|
||||
line = line.replace('=', '');
|
||||
return `${line}="${process.env[line] || ''}"`;
|
||||
}).join('\n');
|
||||
return msg.channel.send({ files: [{ attachment: Buffer.from(list), name: 'process.env.txt' }] });
|
||||
return msg.say({ files: [{ attachment: Buffer.from(list), name: 'process.env.txt' }] });
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user