Skip to content

Harry Bot is a general-purpose discord bot coded in JavaScript with Node.js using modules such as Discord.js to provide a feature-rich user experience.

License

Notifications You must be signed in to change notification settings

gentiangashi/Harry-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Harry Bot

Harry Bot

GitHub license Discord Discord

Harry Bot is a general-purpose discord bot coded in JavaScript with Node.js using modules such as Discord.js to provide a feature-rich user experience.

Table of Contents

Introduction

Discord.js is a powerful Node.js module that allows you to easily interact with the Discord API. The bot is hosted 24/7 using the Heroku Cloud.

Command Overview:

  • Help:

    • !h help - Displays commands
  • Fun:

    • !h dankmeme - Uploads random meme from r/dankmemes
    • !h avatar @User - Displays user avatar
  • Moderation:

    • 'mod-log' text channel required
    • !h kick - Kick Mentioned User
    • !h ban - Ban Mentioned User (In Progress)
  • Info:

    • !h ping - Displays bot latency
    • !h server - Displays server name + total members

Installation

Node.js 12.0.0 or newer is required.
Ignore any warnings about unmet peer dependencies, as they're all optional.

You need to create your own Discord Token to be able to run this bot. You can find the installation documentation for Discord.js here. Make sure you have Node.js installed, and run:

  1. Run $ npm init to install node.js packages.
  2. Run $ npm install discord.js --save to install discord.js.
  3. Run $ npm install dotenv-flow --save to install dotenv-flow.

Usage

  1. Run $ node . to launch the bot.
  2. Run $ CTRL + C to stop the bot.

Author

License

tldr:

Do whatever you want with it, but if anything goes wrong, don't blame me.

MIT © Gentian Gashi

About

Harry Bot is a general-purpose discord bot coded in JavaScript with Node.js using modules such as Discord.js to provide a feature-rich user experience.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published