Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Commit

Permalink
Merge pull request #14 from proJM1/patch-1
Browse files Browse the repository at this point in the history
Better goos react and link fix.
  • Loading branch information
MrSerge01 committed Jul 7, 2022
2 parents 7a7bb3c + a14529b commit 507a740
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/commands/cmdHandler.js
Expand Up @@ -30,14 +30,14 @@ module.exports = (client) => {

const extCommands = [
[['bread'], () => { multiReact(message, '🍞🇧 🇷 🇪 🇦 🇩👍') }],
[['honk'], () => { multiReact(message, `${goosStanding} 🇭 🇴 🇳 🇰👍`) }],
[['pineapple'], () => message.react('🍍')],
[['cheese'], () => message.react('🧀')],
[['forgor'], () => message.react('💀')],
[['honk'], () => message.react(goosStanding)],
[['cheese'], () => message.react('🧀')],
[["download avdan os", "avdan os iso"],{
embeds: [
new MessageEmbed()
.setDescription("We have not finished developing AvdanOS, so there is not a download yet.\nWe are currently working on the **window manager**.\nSubscribe to [our Youtube channel](https://www.youtube.com/channel/UCKt_7dN4Y7SUy2gMJWf6suA) for updates on our development.")
.setDescription("We have not finished developing AvdanOS, so there is not a download yet.\nWe are currently working on the **window manager**.\nSubscribe to [our Youtube channel](https://www.youtube.com/channel/UCHLCBj83J7bR82HwjhCJusA) for updates on our development.")
.setColor("BLUE")
]
}
Expand Down

0 comments on commit 507a740

Please sign in to comment.