diff --git a/commands/general/spb.js b/commands/general/spb.js index b39baddc..835f0e51 100644 --- a/commands/general/spb.js +++ b/commands/general/spb.js @@ -23,7 +23,7 @@ class spbCommand extends Command { async exec(message, args) { if (!args.link || !args.link.includes('shitpostbot.com/template/')) { - return message.channel.send('Need a template Shitpostbot 5000 link!'); + return message.channel.send('Need a Shitpostbot 5000 template link!\nYou can find them here! '); } let link = args.link.replace('template', 'preview');