Update info.js

This commit is contained in:
Corwin 2022-12-13 11:22:39 +01:00 committed by GitHub
parent 9f91769995
commit fbb9fcf105
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,6 @@ module.exports = async (client, interaction, args) => {
thumbnail: client.user.avatarURL({ size: 1024 }),
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,
},
{
@ -143,4 +142,4 @@ module.exports = async (client, interaction, args) => {
})
}