changed the template message
This commit is contained in:
parent
90227bb824
commit
40ec4ab9f5
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ class spbCommand extends Command {
|
||||||
|
|
||||||
async exec(message, args) {
|
async exec(message, args) {
|
||||||
if (!args.link || !args.link.includes('shitpostbot.com/template/')) {
|
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! <https://www.shitpostbot.com/gallery/templates>');
|
||||||
}
|
}
|
||||||
|
|
||||||
let link = args.link.replace('template', 'preview');
|
let link = args.link.replace('template', 'preview');
|
||||||
|
|
Loading…
Reference in a new issue