Skip to content

General purpose Discord bot that I'm hoping to use myself one day.

Notifications You must be signed in to change notification settings

loslapleo/Katyusha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Katyusha

General purpose Discord bot that I'm hoping to use myself one day.

Requirements

Installation

git clone https://github.com/loslapleo/Katyusha.git &&\
cd Katyusha/src &&\
npm install

Configuration

Create a file named config.json in the \src directory. Insert your bot token, guildId, and clientId into the file like below:

{
    "token": "YOUR_BOT_TOKEN",
    "guildId": "YOUR_GUILD_ID",
    "clientId": "YOUR_CLIENT_ID"
}

Usage

In the main directory you can run the local.sh bash script to start the bot.