add auth todo
This commit is contained in:
@@ -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(),
|
||||||
|
|||||||
Reference in New Issue
Block a user