Skip to content

Latest commit

 

History

History
46 lines (41 loc) · 1.43 KB

Installation.md

File metadata and controls

46 lines (41 loc) · 1.43 KB

Karma Bot Installation

Bot Setup 🔊

  • Clone the Repo by typing git clone https://github.com/DeltaCoderr/KarmaBot or Download the .rar file by clicking Here

  • Set up your config.js file with your respective information.

module.exports = {
    token: '',      // Your Bot Token
    prefix: '',     // Your Prefix
    devs: '',       // Owner's Discord ID
    embedcolor: '', // EmbedColor
    MongoURI: '',   // Database URL for storing Channel's Data.
    AME_API: ''     // AME_API for Image Commands. Key can be found -> https://docs.api.amethyste.moe

}
  • Set up your emotes.js file with your Emoji IDS.
module.exports = {
    flyinghearts: "",
    load: "",
    verified: "",
    error: "",
    info: "",
    music1: "",
    queue: "",
    success: "",
    music: "",
    fun: "",
    chatbot: "",
    image: "",
    anime: "",
    nsfw: "",
    other: "",
    diskspin: "",
    owner: "",
    buttons: ""
}
  • Install all the packages by typing npm i

  • Start the bot by typing node index.js

If you still got issues, Join the Support server