mirror of
https://github.com/System-End/Discord-Bot.git
synced 2026-04-19 19:45:16 +00:00
Merge branch 'main' of https://github.com/CorwinDev/Discord-Bot
This commit is contained in:
commit
89a021dbe5
2 changed files with 2 additions and 10 deletions
|
|
@ -22,10 +22,7 @@ module.exports = async (client, interaction, args) => {
|
|||
title: `ℹ・Bot information`,
|
||||
desc: `____________________________`,
|
||||
thumbnail: client.user.avatarURL({ size: 1024 }),
|
||||
fields: [{
|
||||
name: "📢┆Alert!",
|
||||
inline: false,
|
||||
},
|
||||
fields: [
|
||||
{
|
||||
name: "ℹ️┆Information",
|
||||
value: `Bot is a bot with which you can run your entire server! With no less than 350+ commands, we have a large bot with many options to improve your server!`,
|
||||
|
|
@ -58,7 +55,7 @@ module.exports = async (client, interaction, args) => {
|
|||
},
|
||||
{
|
||||
name: "🔧┆Bot developer",
|
||||
value: `<@!755297485328482356>`,
|
||||
value: `<@!755297485328482356> <@!884553151666061372>`,
|
||||
inline: true,
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -416,11 +416,6 @@ module.exports = async (client, message) => {
|
|||
title: "👋・Hi, i'm Bot",
|
||||
desc: `Bot is now completely in ${client.emotes.normal.slash} commands. The current message commands have expired! Try our new improved commands and make your server better with Bot!`,
|
||||
fields: [
|
||||
{
|
||||
name: "📢┇Alert!",
|
||||
value: 'After more than 1 year we decided to stop Bot on April 15th, for more information go to [this server](https://discord.gg/techpoint)',
|
||||
inline: false,
|
||||
},
|
||||
{
|
||||
name: "❓┇I don't see any slash commands",
|
||||
value:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue