From 304ec9bfa4bf50b8f4f764310cdde667a13ce3be Mon Sep 17 00:00:00 2001 From: Supositware Date: Tue, 26 Mar 2019 22:05:34 +0100 Subject: [PATCH] Levertowned --- commands/hidden/levertowned.js | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 commands/hidden/levertowned.js diff --git a/commands/hidden/levertowned.js b/commands/hidden/levertowned.js new file mode 100644 index 00000000..c0a55f0c --- /dev/null +++ b/commands/hidden/levertowned.js @@ -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; \ No newline at end of file