mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-23 01:53:51 +02:00
Merge bro hoof and fist bump
This commit is contained in:
@@ -1,26 +0,0 @@
|
||||
const RoleplayCommand = require('../../structures/commands/Roleplay');
|
||||
const { BRO_HOOF_ALBUM_ID } = process.env;
|
||||
|
||||
module.exports = class BroHoofCommand extends RoleplayCommand {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'bro-hoof',
|
||||
group: 'roleplay',
|
||||
memberName: 'bro-hoof',
|
||||
description: 'Gives a user a bro-hoof.',
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
albumID: BRO_HOOF_ALBUM_ID,
|
||||
args: [
|
||||
{
|
||||
key: 'user',
|
||||
prompt: 'What user do you want to roleplay with?',
|
||||
type: 'user'
|
||||
}
|
||||
]
|
||||
});
|
||||
}
|
||||
|
||||
generateText(msg, user) {
|
||||
return `_**${msg.author.username}** gives **${user.username}** a bro-hoof._`;
|
||||
}
|
||||
};
|
||||
@@ -5,6 +5,7 @@ module.exports = class FistBumpCommand extends RoleplayCommand {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'fist-bump',
|
||||
aliases: ['bro-hoof'],
|
||||
group: 'roleplay',
|
||||
memberName: 'fist-bump',
|
||||
description: 'Fist-bumps a user.',
|
||||
|
||||
Reference in New Issue
Block a user