formatting

merge-requests/4/head
Matthew 2020-07-01 00:49:58 -04:00
parent 2e960f1940
commit 20ce572fef
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ export default class Exec extends Command {
try { try {
if (!args.length) return this.client.commands.get('help').run(message, [this.name]); if (!args.length) return this.client.commands.get('help').run(message, [this.name]);
const response = await this.loading(message.channel, `***Executing \`${args.join(' ')}\`***`); const response = await this.loading(message.channel, `\`${args.join(' ')}\``);
let result: string; let result: string;
try { try {
result = await this.client.util.exec(args.join(' '), { cwd: '/opt/CloudServices' }); result = await this.client.util.exec(args.join(' '), { cwd: '/opt/CloudServices' });