feat(*): Add sendEmbedMessage helper method

This commit is contained in:
2021-01-14 19:42:00 +00:00
parent 82b7504e04
commit f1cb82fdae
2 changed files with 21 additions and 0 deletions
+2
View File
@@ -1,3 +1,5 @@
const { sendEmbedMessage } = require('./helpers.js');
module.exports = {
matchCommand: function (Discord, config, logger, message, command, args) {
switch(command) {