mirror of
https://github.com/ION606/selmerBot.git
synced 2026-06-06 07:12:58 +00:00
Mostly cleaning and added the JSON to Map to Print function
This commit is contained in:
@@ -211,7 +211,8 @@ function fromMessage(bot, command, msg) {
|
||||
const message = msg.channel.messages.cache.get(data[2]);
|
||||
// console.log(message);
|
||||
|
||||
var em = message.embeds[0];
|
||||
var em;
|
||||
if (message.embeds) { em = message.embeds[0]; }
|
||||
var rows;
|
||||
|
||||
if (command == 'stop') {
|
||||
|
||||
Reference in New Issue
Block a user