ilp0 / li-bot

Discord bot for personal use.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

li-bot

Discord bot experiments

Available commands:

!j -- outputs a random line from input.txt file

!rr -- russian roulette game

!rand -- random number generator

!k -- kasino games

!k register  
!k saldo   
!k flip    
!k bj <action> (<bet>)
      new
      hit
      stay
    
!k slots <bet>  
!k pp <action> (<bet>) 
      new
      sel <seleciton>
    
give <amount> <username>

!help

Usage

  1. Clone repo
  2. npm install
  3. paste your auth token to misc/auth.txt
  4. run sql script at sql/li-bot-db.sql on an mysql server and fill in the server details and credentials to the misc/mysql.json
  5. npm start

About

Discord bot for personal use.

License:MIT License


Languages

Language:JavaScript 97.2%Language:TSQL 2.8%