From 843f171008dc23a543d13a4754ca65e408c46811 Mon Sep 17 00:00:00 2001 From: WubzyGD Date: Tue, 8 Jun 2021 21:02:30 -0600 Subject: [PATCH] meem --- commands/fun/bread.js | 16 ++++++++++++++++ commands/social/handhold.js | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 commands/fun/bread.js diff --git a/commands/fun/bread.js b/commands/fun/bread.js new file mode 100644 index 0000000..2970f85 --- /dev/null +++ b/commands/fun/bread.js @@ -0,0 +1,16 @@ +const Discord = require('discord.js'); + +module.exports = { + name: "bread", + aliases: ['bred'], + meta: { + category: 'Fun', + description: "By making use of the wonderful technological advancements of modern-day 2000's computer code, Luno synthesizes digital bread and gives it to you.", + syntax: '`bread`', + extra: null + }, + help: "bread.", + async execute(message, msg, args, cmd, prefix, mention, client) { + return message.channel.send(":bread:"); + } +}; \ No newline at end of file diff --git a/commands/social/handhold.js b/commands/social/handhold.js index bc98f72..8cfa411 100644 --- a/commands/social/handhold.js +++ b/commands/social/handhold.js @@ -6,7 +6,7 @@ const makeId = require('../../util/makeid'); module.exports = { name: "handhold", help: "Hold someone's hand with `{{p}}handhold @person`", - aliases: ['hh', 'holdhands', 'holdhandswith'], + aliases: ['hh', 'holdhands', 'holdhandswith', 'fuck'], meta: { category: 'Social', description: "Hold someone's hand to let them know you're there for them",