diff --git a/commands/hidden/premium.js b/commands/hidden/premium.js
new file mode 100644
index 0000000..967f691
--- /dev/null
+++ b/commands/hidden/premium.js
@@ -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;
\ No newline at end of file