Coder Social home page Coder Social logo

calthomson / adventure-bot Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nateloeffel/basediscordbot

0.0 0.0 0.0 32 KB

A discord bot that uses a web scraper to look for camping spots, hiking trails, and bicycle routes

JavaScript 100.00%

adventure-bot's Introduction

Deploy on Railway

Discord Bot Template ๐Ÿค–

Welcome to this versatile Discord Bot template. Designed with simplicity and flexibility in mind, it's ideal for both beginners eager to dive into the world of Discord bots and for advanced users seeking a reliable starting point.

Features โœจ

  • Slash Commands Support: Use Discord's new native slash commands feature to create commands directly accessible from the chat interface.
  • Event-driven Architecture: Respond to a variety of Discord events seamlessly, such as when a message is sent, when a new member joins, and many more.
  • Modular Structure: Organized file structure makes adding new commands or events a breeze.
  • Easy Configuration: Just update the configuration file or environment variables, and you're good to go!

Quick Start ๐Ÿš€

  1. Setup: Clone the repository and install the necessary dependencies.
git clone https://github.com/nateloeffel/BaseDiscordBot.git
cd BaseDiscordBot
npm install
  1. Configuration: Update the .env file with your Discord bot token and other relevant settings.
  2. Run: Start the bot and watch it come to life!
npm start

Adding Commands and Events ๐Ÿ› 

Slash Commands

  1. Navigate to the /slash directory.
  2. Create a new file for your command, e.g., mycommand.js.
  3. Follow the template structure, ensuring you export the necessary data for your command.
  4. Restart the bot, and your new command will automatically be available!

Events

  1. Navigate to the /events directory.
  2. Create a new file for your event, e.g., myevent.js.
  3. Follow the template structure, ensuring you export the necessary data for your event.
  4. Restart the bot, and it will automatically start listening for your new event!

Support and Contribution ๐Ÿ‘ฅ

Found a bug? Want to add a new feature? Feel free to open an issue or submit a pull request. All contributions are welcomed! Report an issue.

adventure-bot's People

Contributors

calthomson avatar oldnateloeffel avatar duckysolucky avatar nateloeffel avatar railwayexploit avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.