]> git.lizzy.rs Git - furrybot-discord.git/commitdiff
Add info command
authorElias Fleckenstein <eliasfleckenstein@web.de>
Sun, 6 Mar 2022 15:24:18 +0000 (16:24 +0100)
committerElias Fleckenstein <eliasfleckenstein@web.de>
Sun, 6 Mar 2022 15:24:18 +0000 (16:24 +0100)
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",