mirror of
https://github.com/System-End/Discord-Bot.git
synced 2026-04-19 20:55:16 +00:00
Solved typo
This commit is contained in:
parent
5ac83bdcba
commit
87d13ed303
1 changed files with 1 additions and 4 deletions
|
|
@ -22,10 +22,7 @@ module.exports = async (client, interaction, args) => {
|
||||||
title: `ℹ・Bot information`,
|
title: `ℹ・Bot information`,
|
||||||
desc: `____________________________`,
|
desc: `____________________________`,
|
||||||
thumbnail: client.user.avatarURL({ size: 1024 }),
|
thumbnail: client.user.avatarURL({ size: 1024 }),
|
||||||
fields: [{
|
fields: [
|
||||||
name: "📢┆Alert!",
|
|
||||||
inline: false,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "ℹ️┆Information",
|
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!`,
|
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!`,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue