Skip to content

Latest commit

 

History

History
58 lines (38 loc) · 1.77 KB

README.md

File metadata and controls

58 lines (38 loc) · 1.77 KB

Libraries.io dependency status for GitHub repo Support GitHub


Table of Contents

Getting Started

Requirements

⚠️ Be careful and don't publish your token anywhere!

Installation

  1. Clone the repository:

    git clone https://github.com/sarmerer/noty-discord-bot.git
  2. Configure the bot:

    • Rename config.example.json to config.json

    • Add your bot token and client ID to config.json

    • Follow this guide to obtain the necessary tokens.

    • Follow this guide to add your bot to servers.

    • Important: Ensure that you enable all the necessary intents that are covered in the requirements section

  3. Install dependencies:

    npm install
  4. Run the bot:

    npm run start

Need help?

Join our official Discord server to ask questions!