diff --git a/commands/fun/inspirobot.js b/commands/fun/inspirobot.js
index 13b8f7d..22dac2b 100644
--- a/commands/fun/inspirobot.js
+++ b/commands/fun/inspirobot.js
@@ -6,6 +6,7 @@ export default {
 		.setName('inspirobot')
 		.setDescription('Get an image from inspirobot'),
 	category: 'fun',
+	alias: ['ib'],
 	async execute(interaction) {
 		fetch('http://inspirobot.me/api?generate=true')
 			.then(res => res.text())