EPIC TF2 PREMIUM FEATURE
This commit is contained in:
parent
565ff039f2
commit
1067e3766e
1 changed files with 22 additions and 0 deletions
22
commands/hidden/premium.js
Normal file
22
commands/hidden/premium.js
Normal file
|
@ -0,0 +1,22 @@
|
|||
const { Command } = require('discord-akairo');
|
||||
|
||||
class premiumCommand extends Command {
|
||||
constructor() {
|
||||
super('premium', {
|
||||
aliases: ['premium'],
|
||||
prefix: '!',
|
||||
category: 'hidden',
|
||||
description: {
|
||||
content: 'premium',
|
||||
usage: '',
|
||||
examples: ['']
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
async exec(message) {
|
||||
message.channel.send('EPIC TF2 FEATURE HERE !!!!!!111111 YOU CAN FLY AND CHEAT !!!!!!!!!!!!!!!!! ALSO PREMIUM SONG AND ANNOY EVERYONE AND FLEX ON EM HATERS WITH CUSTOM SKIN!!!!');
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = premiumCommand;
|
Loading…
Reference in a new issue