8000 GitHub - jastka4/bot-kweikobot
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jastka4/bot-kweikobot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kweikobot - Discord Bot

Overview

Kweikobot is a Discord bot designed to be used on a server of a Twitch streamer.

Getting Started

Prerequisites

Before you begin, ensure you have met the following requirements:

  • You have a Discord account.
  • You have a Discord server where you have permission to add bots.
  • You have Node.js and npm installed on your local machine.

Installation

  1. Clone the Repository

    git clone https://github.com/jastka4/kweikobot.git
    cd kweikobot
  2. Install Dependencies

    npm install
  3. Setup Environment Variables

    Create a .env file in the root directory of the project, and add your Discord bot token and Client ID/Application ID:

    DISCORD_BOT_TOKEN=your-discord-bot-token
    DISCORD_CLIENT_ID=your-discord-client-id
  4. Run the Bot

    npm start

Usage

  1. Invite the Bot to Your Server

    Generate an invite link for your bot using the Discord Developer Portal and invite the bot to your server.

  2. Use Commands

    Once the bot is in your server, use the commands listed below to interact with it.

Commands

Command Description Examples
/windows Check if Kweik has activated her Windows instance. /windows

Contributing

Contributions are welcome! To contribute, please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/your-feature).
  3. Make your changes and commit them (git commit -m 'Add some feature').
  4. Push to the branch (git push origin feature/your-feature).
  5. Open a pull request to the original repository.

Contact

If you have any questions or suggestions, feel free to open an issue or reach out to me.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0