forked from Supositware/Haha-Yes
Levertowned
This commit is contained in:
parent
281606606e
commit
304ec9bfa4
1 changed files with 21 additions and 0 deletions
21
commands/hidden/levertowned.js
Normal file
21
commands/hidden/levertowned.js
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
const { Command } = require('discord-akairo');
|
||||||
|
|
||||||
|
class levertownedCommand extends Command {
|
||||||
|
constructor() {
|
||||||
|
super('levertowned', {
|
||||||
|
aliases: ['levertowned'],
|
||||||
|
category: 'hidden',
|
||||||
|
description: {
|
||||||
|
content: 'levertowned',
|
||||||
|
usage: '',
|
||||||
|
examples: ['']
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
async exec(message) {
|
||||||
|
return message.channel.send('Hello buddy bro <:youngtroll:488559163832795136> <@434762632004894746>');
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
module.exports = levertownedCommand;
|
Loading…
Reference in a new issue