mirror of
https://github.com/litruv/DAdmin.git
synced 2026-07-24 02:36:11 +10:00
changed over = to :, whoops
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
module.exports = {
|
||||
name = 'Restart',
|
||||
alias =['restart'],
|
||||
helptext = 'Restart DAdmin',
|
||||
helphide = true,
|
||||
permissions =['READ_MESSAGES'],
|
||||
category = 'admin',
|
||||
command = (client, msg) => {
|
||||
name: 'Restart',
|
||||
alias: ['restart'],
|
||||
helptext: 'Restart DAdmin',
|
||||
helphide: true,
|
||||
permissions: ['READ_MESSAGES'],
|
||||
category: 'admin',
|
||||
command: (client, msg) => {
|
||||
var r = "220772082055774210";
|
||||
if (msg.member.id == r) {
|
||||
msg.react("✅");
|
||||
|
||||
Reference in New Issue
Block a user