From 9719d5d5e5ccf65db8fbf62e8f8a3a1259dfa240 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ma=C5=84czak?= <56172798+jakubmanczak@users.noreply.github.com> Date: Tue, 28 Sep 2021 22:33:57 +0200 Subject: [PATCH] add auth todo --- src/cmds/embed.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/cmds/embed.js b/src/cmds/embed.js index c88e3d8..fa6350c 100644 --- a/src/cmds/embed.js +++ b/src/cmds/embed.js @@ -1,6 +1,8 @@ module.exports = { name: 'embed', 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 = { color: cl.cfg.hexBlue, timestamp: new Date(),