Add permission checks
This commit is contained in:
parent
c82f396301
commit
4b950e9689
7 changed files with 17 additions and 4 deletions
|
@ -7,6 +7,7 @@ class EvalCommand extends Command {
|
|||
aliases: ['eval', 'e'],
|
||||
ownerOnly: true,
|
||||
quoted: false,
|
||||
clientPermissions: ['SEND_MESSAGES'],
|
||||
args: [
|
||||
{
|
||||
id: 'code',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue