Skip to content
Snippets Groups Projects
Select Git revision
  • cbd3105395ac441e7ed4698ea2a47a63573f16f5
  • master default protected
  • v1.0
3 results

sakuya-izayoi

  • Clone with SSH
  • Clone with HTTPS
  • Reviath's avatar
    Reviath authored
    cbd31053
    History
    Name Last commit Last update
    cogs
    LICENSE
    README.md
    bot.py
    config.json
    sakuya.sql

    Sakuya Izayoi

    Sakuya Izayoi is a multiple purpose Discord bot written in python3 using MySQL. Click here to invite

    Installation

    Use the package manager pip to install discord.py, mysql.connector

    pip install discord.py
    pip install mysql.connector

    Usage

    Clone this project.
    Edit config (config.json) file 
    You need MySQL on your system (If you don't know how to install look https://www.mysql.com/)
    Create a database called sakuya
    Needed tables on this database;
    
    prefixes (prefix, serverid),
    
    log (channelid, guildid),
    
    afk (isafk, memberid, guildid),
    
    autorole (roleid, serverid),
    
    disabledcommands (commandname, guildid),
    
    leavech (chid, serverid),
    
    leavemsg (msg, serverid),
    
    mutedroles (role, guildid),
    
    warns (warnreason, memberid, guildid),
    
    welcomech (chid, serverid),
    
    welcomemsg (msg, serverid)
    Type "python bot.py" on terminal (if you are using Windows type python3 bot.py)

    Author

    Reviath

    License

    GNU GPLv3