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

Message handler fix + you can now rember #39

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all 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
7 changes: 4 additions & 3 deletions src/commands/cmdHandler.js
Expand Up @@ -43,19 +43,20 @@ module.exports = async (client) => {

const extCommands = [
[['bread'], async () => {
await multiReact(message, '🍞🇧🇷🇪🇦🇩👍')
await multiReact(message, '🍞 🇧 🇷 🇪 🇦 🇩 👍')
}],
[['honk'], async () => {
await multiReact(message, goosStanding, `🇭🇴🇳🇰👍`)
await multiReact(message, goosStanding, `🇭 🇴 🇳 🇰 👍`)
}],
[['akane', 'akane cat'], async () => {
await multiReact(message, `🅰️ 🇰 🇦 🇳 🇪 🐱`)
}],
[['pineapple'], () => message.react('🍍')],
[['forgor'], () => message.react('💀')],
[['rember'], () => message.react('🗿')],
[['cheese'], () => message.react('🧀')],
[['oink'], () => message.react('🐷')],
[["download avdan os", "avdan os iso"], {
[["download avdan os", "avdan os iso", "download avdanos", "avdanos 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/UCHLCBj83J7bR82HwjhCJusA) for updates on our development.")
Expand Down