Skip to content

akrck02/Moonbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

banner

What is moonbot?

A multi purpose discord bot made on typescript / node

How to install moonbot

  1. First of all create a new aplication for discord on https://discord.com/developers/ and add moonbot to your server
  2. Create a json file like this
{
    "BOT_TOKEN": "your_token",
    "PREFIX": "$",
    "SERVER_ID" : "serverID",
    "CLIENT_ID" : "clientID"
}
  1. clone this repository
git clone https://github.com/akrck02/moonbot/latest
  1. Go to moonbot directory
cd ./moonbot
  1. Compile the typescript and deploy
npm run ts
npm run deploy
  1. Run moonbot
npm run start
  1. Enjoy moonbot features!