Skip to content

kristi-balla/generic-dc-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DiscordBot

Forks Issues

About The Project

Product Name Screen Shot

This is a simple Discord Bot built by 2 Students of the University of Bonn. The Bot can do many things: starting from simple greetings and telling jokes, to setting timers, making polls and even joining you on a voice channel.

Built With

The Main Libraries and APIs we used for this Application are:

Getting Started

Here we will explain how to get this Bot up and running.

Prerequisites

  • Java 8 or later

    Make sure to have Java 8 or later installed. However, the current version is recommended.

  • IDE

    You will need an IDE to be able to start your bot. We would recommend IntelliJ IDEA.

  • Discord Account

    Logically, you will also need a discord account in order to run your bot

  • API key

    The used API needs a key to be functional. You can subscribe for free: this allows 50 requests per day.

Installation

  1. Clone the repo

    git clone https://github.com/krristi427/DiscordBot.git your_directory
  2. Create a new Application here. Copy the token from there

  3. Open resources/config.properties and replace the token there with one of your own.

  4. Replace the contents of the variable jokeApiKey with the key provided from the api.

  5. Run the Application

Bear in mind that the prefix is %. You can change that in the same file, just watch out that the new prefix doesn't match the prefix of another bot on your server.

Contributing

Contributions are what make the open source community such an amazing place to be! Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published