forked from Supositware/Haha-Yes
Fix the embed
This commit is contained in:
parent
4c3ea9ec8e
commit
e74c942b65
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
const { Command } = require('discord-akairo');
|
||||
const util = require('util');
|
||||
const exec = util.promisify(require('child_process').exec);
|
||||
const Util = require('util');
|
||||
const exec = Util.promisify(require('child_process').exec);
|
||||
|
||||
class EvalCommand extends Command {
|
||||
constructor() {
|
||||
|
|
Loading…
Reference in a new issue