master
Kit Kasune 3 years ago
parent 2faf67bff6
commit 843f171008
  1. 16
      commands/fun/bread.js
  2. 2
      commands/social/handhold.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:");
}
};

@ -6,7 +6,7 @@ const makeId = require('../../util/makeid');
module.exports = { module.exports = {
name: "handhold", name: "handhold",
help: "Hold someone's hand with `{{p}}handhold @person`", help: "Hold someone's hand with `{{p}}handhold @person`",
aliases: ['hh', 'holdhands', 'holdhandswith'], aliases: ['hh', 'holdhands', 'holdhandswith', 'fuck'],
meta: { meta: {
category: 'Social', category: 'Social',
description: "Hold someone's hand to let them know you're there for them", description: "Hold someone's hand to let them know you're there for them",

Loading…
Cancel
Save