Skip to content

In this repository is the implementation of a Bot for the Discord application, in this it will contain different commands with its application.

Notifications You must be signed in to change notification settings

JosueRenteria/LunaBot-Discord

Repository files navigation

Luna Bot

Luna Bot is a project of a Bot for discord, with different commands.

Gitter

Key FeaturesHow To UseDownloadCredits

Key Features

  • Discord Channels with Different Commands.
  • Send messages depending on different commands.
  • Sending different images.
  • Current Day Shipping.
  • Sending different images of dogs.

Comands

Commands Description Exit Message
!hello Say hello and answer with my name Hello [author_username]
!meme Send a random meme as a message Here's your meme! [image_meme]
!day Send the current day Hello today is [day_format_of_today]
!dog Send a picture of a random dog as a message Here's your dog! [image_dog]

How To Use

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/JosueRenteria/LunaBot-Discord.git

# Go into the repository
$ cd LunaBot-Discord

# Install dependencies
$ npm install

# Run the app
$ node index.js

Note: If you're using Linux Bash for Windows, see this guide or use node from the command prompt.

Note: If you don't already have a Bot on Discord, please see this page to see the Bot settings on Discord.

Tokens Configurations

To be able to use the code, you need to add the Tokens, the Token of the discord server channels and the bot key. These are added in a folder that has to be created with the name .env. These are added to the file as follows:

CLIENT_TOKEN = 'YOUR_CLIENT_TOKEN'

CHANNEL1_TOKE = 'TOKEN_CHANNEL'
CHANNEL2_TOKE = 'TOKEN_CHANNEL'

Download

You can download the latest installable version of tht Luna Bot for Windows, macOS and Linux.

Credits

This software uses the following open source packages:

About

In this repository is the implementation of a Bot for the Discord application, in this it will contain different commands with its application.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published