diff --git a/src/commands/dev.ts b/src/commands/dev.ts index 541e037..61239f8 100644 --- a/src/commands/dev.ts +++ b/src/commands/dev.ts @@ -18,7 +18,7 @@ export default { output = await eval(code); } catch (err: any) { error = true - const embed = new client.embed().setColor('#ff0000').setTitle('__Eval__').addFields( + const embed = new client.embed().setColor('#630D12').setTitle('__Eval__').addFields( {name: 'Input', value: `\`\`\`js\n${code.slice(0, 1010)}\n\`\`\``}, {name: 'Output', value: `\`\`\`\n${err}\`\`\``} )