]> git.lizzy.rs Git - furrybot-discord.git/blobdiff - basic.js
Implement NSFW
[furrybot-discord.git] / basic.js
index e4b5e6445555eb1d786400d0bb61c0be0d7162f4..6c45b041bd65a901716715c7d857a76305426bfc 100644 (file)
--- a/basic.js
+++ b/basic.js
@@ -6,7 +6,7 @@ module.exports = {
                help: "Display help for a commands or show list of available commands",
                func: (msg, [cmd], {commands}) => {
                        cmd = cmd && common.stripPings(cmd)
-                       
+
                        if (cmd) {
                                let def = commands[cmd]