2nd commit

This commit is contained in:
2023-03-11 20:16:50 +01:00
parent d7d6c0f399
commit 151498af20
8 changed files with 253 additions and 10 deletions

View File

@@ -1,4 +1,5 @@
const { SlashCommandBuilder, PermissionFlagsBits } = require('discord.js');
const { color } = require('../options.json');
module.exports = {
name: 'send',
@@ -38,7 +39,7 @@ module.exports = {
{
title: interaction.guild.name,
description: message,
color: 0x00ff00,
color: color,
thumbnail: {
url: interaction.guild.iconURL({ dynamic: true })
},