Socket
Socket
Sign inDemoInstall

create-aig-bot

Package Overview
Dependencies
4
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.5 to 0.0.6

10

package.json
{
"name": "create-aig-bot",
"version": "0.0.5",
"version": "0.0.6",
"description": "NPX script to create a basic discord.js bot from a boilerplate",

@@ -28,2 +28,10 @@ "main": "index.js",

"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/eslachance/create-aig-bot.git"
},
"bugs": {
"url": "https://github.com/eslachance/create-aig-bot"
},
"homepage": "https://github.com/eslachance/create-aig-bot",
"dependencies": {

@@ -30,0 +38,0 @@ "mkdirp": "^1.0.4",

@@ -48,2 +48,12 @@ # An Idiot's Guide Presents: The Bot Installer

## After Installation
Once the npx script finishes (it shouldn't take very long), you'll need to configure the code to use your own token, prefix, etc.
Templates may have a different way of doing this, a message will inform you of the method after installation. Could be a .env or a config.json file.
Guidebot and Guidebot-class will run their own post-installer and ask for things like your token and a prefix, so that configuration will be done for you.
Once your token and other information are put in and saved, you can `cd my-bot` (or whatever folder where the files were created) and run `node .` to start the bot.
## Available Templates

@@ -50,0 +60,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc