]> git.lizzy.rs Git - furrybot-discord.git/blobdiff - basic.js
Add info command
[furrybot-discord.git] / basic.js
index f34f8bb5990fa215c9f4f249240db4c535027557..c827bb9b11222321d75d6bb495937a32603e10f7 100644 (file)
--- a/basic.js
+++ b/basic.js
@@ -1,6 +1,14 @@
 const common = require("./common.js")
 
 module.exports = {
+       info: {
+               help: "Display info about furrybot",
+               func: msg => msg.reply("**furrybot** _by Elias Fleckenstein_\n\n"
+                       + "Furrybot for Discord: <https://github.com/EliasFleckenstein03/furrybot-discord>\n"
+                       + "Original Furrybot Dragonfire CSM: <https://github.com/EliasFleckenstein03/furrybot>\n"
+                       + "Custom Google Images API: <https://www.npmjs.com/package/free-google-images>"
+               )
+       },
        help: {
                params: "[<command>]",
                help: "Display help for a commands or show list of available commands",