mirror of
https://github.com/DarthKilroy/Spot.git
synced 2025-12-23 20:26:49 +00:00
clean up stuff
This commit is contained in:
parent
14dd8a5453
commit
1777df5370
12 changed files with 185 additions and 542 deletions
|
|
@ -21,8 +21,6 @@ load();
|
|||
// text string;
|
||||
// }
|
||||
|
||||
const { MessageEmbed } = require("discord.js");
|
||||
|
||||
module.exports = {
|
||||
get names() {
|
||||
return names;
|
||||
|
|
@ -37,7 +35,7 @@ module.exports = {
|
|||
if (!msg) return;
|
||||
|
||||
return {
|
||||
color: APP_MAIN_COLOUR,
|
||||
color: "A95B44",
|
||||
author: {
|
||||
name: msg.title,
|
||||
iconURL: bot.user.displayAvatarURL({ dynamic: true }),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue