add auth todo

This commit is contained in:
2021-09-28 22:33:57 +02:00
parent a73bd60373
commit 9719d5d5e5

View File

@@ -1,6 +1,8 @@
module.exports = { module.exports = {
name: 'embed', name: 'embed',
execute(cl, msg, args) { execute(cl, msg, args) {
// TODO: add a permissions check here to make sure nobody can spawn msgs
// not intended outside of specific scenarios
const embed = { const embed = {
color: cl.cfg.hexBlue, color: cl.cfg.hexBlue,
timestamp: new Date(), timestamp: new Date(),