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

Better goos react and link fix. #14

Merged
merged 7 commits into from Jul 7, 2022
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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