diff --git a/commands/general/badmeme.js b/commands/fun/badmeme.js
similarity index 97%
rename from commands/general/badmeme.js
rename to commands/fun/badmeme.js
index 7b6d28b..83b9e52 100644
--- a/commands/general/badmeme.js
+++ b/commands/fun/badmeme.js
@@ -5,7 +5,7 @@ class ImgurCommand extends Command {
 	constructor() {
 		super('imgur', {
 			aliases: ['badmeme', 'imgur'],
-			category: 'general',
+			category: 'fun',
 			description: {
 				content: 'Send some random images from imgur',
 				usage: '',
diff --git a/commands/general/ib.js b/commands/fun/ib.js
similarity index 95%
rename from commands/general/ib.js
rename to commands/fun/ib.js
index 82f3150..d617392 100644
--- a/commands/general/ib.js
+++ b/commands/fun/ib.js
@@ -5,7 +5,7 @@ class InspiroBotCommand extends Command {
 	constructor() {
 		super('InspiroBot', {
 			aliases: ['inspirobot', 'ib'],
-			category: 'general',
+			category: 'fun',
 			description: {
 				content: 'Send images from Inspirobot',
 				usage: '',
diff --git a/commands/general/reddit.js b/commands/fun/reddit.js
similarity index 98%
rename from commands/general/reddit.js
rename to commands/fun/reddit.js
index a3b595c..88cec35 100644
--- a/commands/general/reddit.js
+++ b/commands/fun/reddit.js
@@ -6,7 +6,7 @@ class RedditCommand extends Command {
 	constructor() {
 		super('reddit', {
 			aliases: ['reddit'],
-			category: 'general',
+			category: 'fun',
 			args: [
 				{
 					id: 'sub',
diff --git a/commands/general/spb.js b/commands/fun/spb.js
similarity index 97%
rename from commands/general/spb.js
rename to commands/fun/spb.js
index 835f0e5..63043b3 100644
--- a/commands/general/spb.js
+++ b/commands/fun/spb.js
@@ -6,7 +6,7 @@ class spbCommand extends Command {
 	constructor() {
 		super('spb', {
 			aliases: ['spb'],
-			category: 'general',
+			category: 'fun',
 			args: [
 				{
 					id: 'link',
diff --git a/commands/general/tts.js b/commands/fun/tts.js
similarity index 98%
rename from commands/general/tts.js
rename to commands/fun/tts.js
index 9b781f3..bb3c71c 100644
--- a/commands/general/tts.js
+++ b/commands/fun/tts.js
@@ -8,7 +8,7 @@ class TtsCommand extends Command {
 	constructor() {
 		super('tts', {
 			aliases: ['tts'],
-			category: 'general',
+			category: 'fun',
 			args: [
 				{
 					id: 'text',
diff --git a/commands/general/ttsvc.js b/commands/fun/ttsvc.js
similarity index 98%
rename from commands/general/ttsvc.js
rename to commands/fun/ttsvc.js
index 6ca36da..c104ba1 100644
--- a/commands/general/ttsvc.js
+++ b/commands/fun/ttsvc.js
@@ -8,7 +8,7 @@ class TtsvcCommand extends Command {
 	constructor() {
 		super('ttsvc', {
 			aliases: ['ttsvc'],
-			category: 'general',
+			category: 'fun',
 			split: 'none',
 			args: [
 				{
diff --git a/commands/utility/help.js b/commands/utility/help.js
index 6958d38..9283bc4 100644
--- a/commands/utility/help.js
+++ b/commands/utility/help.js
@@ -68,6 +68,7 @@ class HelpCommand extends Command {
 		for (const category of this.handler.categories.values()) {
 			const title = {
 				general: '📝\u2000General',
+				fun: '🔩\u2000Fun',
 				images: '💕\u2000Images',
 				utility: '⭐\u2000Utility',
 				admin: '😎\u2000Admin',