diff --git a/commands/fun/inspirobot.js b/commands/fun/inspirobot.js index 13b8f7d8..22dac2b5 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())