Add !s as an alias for !snippets
parent
db40c39dfa
commit
ddb759f6ae
|
@ -133,5 +133,7 @@ module.exports = ({ bot, knex, config, commands }) => {
|
||||||
triggers.sort();
|
triggers.sort();
|
||||||
|
|
||||||
utils.postSystemMessageWithFallback(msg.channel, thread, `Available snippets (prefix ${config.snippetPrefix}):\n${triggers.join(", ")}`);
|
utils.postSystemMessageWithFallback(msg.channel, thread, `Available snippets (prefix ${config.snippetPrefix}):\n${triggers.join(", ")}`);
|
||||||
|
}, {
|
||||||
|
aliases: ["s"]
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue