From 40ec4ab9f58b7adc7a496a74b3d776b6f3f824c3 Mon Sep 17 00:00:00 2001 From: Supositware Date: Sun, 24 Mar 2019 17:34:14 +0100 Subject: [PATCH] changed the template message --- commands/general/spb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/general/spb.js b/commands/general/spb.js index b39badd..835f0e5 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');