You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.setTitle("❌ Command not deleted due to an error")
131
-
.setDescription("```"+ err +"```")
132
-
.setColor(0xee0000),
133
-
],
134
-
});
135
-
}
136
-
awaitinteraction.editReply("✅ Command deleted");
137
-
},
138
-
};
139
-
````
98
+
Please see [the example code](https://github.com/The-LukeZ/djs-command-deployer-tests/blob/main/commands/command.js) for the command file and the [`index.js`](https://github.com/The-LukeZ/djs-command-deployer-tests/blob/main/index.js) on how to do this in general.
0 commit comments