Soundbot Discord

A bot that does sound effect with short audio clip during voice or video call.

Features

Requirements

  1. Discord Bot’s Token

    You can get this Token by from the Discord developer docs

  2. node Version 12.0.0 or higher
  3. git command line (Not Required but Recommended)

Setup

  1. Clone the repository from your command prompt with the following command
    git clone git@github.com:kaixiang1212/SoundBot-Discord.git
    

    or download here and unzip it

  2. Navigate into the repository in the command prompt by typing
    cd SoundBot-Discord
    
  3. Install dependencies by running the following command
    npm install
    
  4. Copy and paste your bot token to the end of first line in your .env file as following
    DISCORDJS_BOT_TOKEN=Token Here
    
  5. Simply run the following command from your command prompt
    npm run start
    

Planned Features

License

Copyright (C) 2020 Kai Xiang Yong

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.