nirokay / LunaLoop

LunaLoop is a custom and open-source discord bot written in Lua. LunaLoop is a general-purpose bot.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LunaLoop Discord Bot

About

LunaLoop is a discord general-purpose bot written in Lua, using the discordia discord-api.

Installation and Running

Simply clone this repository and run the start.sh file from your terminal. Upon first run, you will be prompted to insert your bot information (such as id, token). This will then be saved to a file called info.lua. This file will look something like this:

info = {
    name = 'LunaLoop',
    version = 'v0.1',
    prefix = '=',
    id = '0123456789',
    token = 'very_secret_token',
    invite = 'https://discord.com/',
    repository = 'https://github.com/NiroUwU/LunaLoop'
}

return info

Screenshots

Help and Info command Start Script

Dependancies

Included in this Repository:

Required on your system:

Supported Systems

This bot has been tested on the following systems:

  • Arch Linux (x86_64 architecture)

  • Rasbian Linux (armv7l architecture)

If you have problems compiling the luvit runtime, check out pre-built luvit binaries (at your own risk, as it is not an official luvit repository!)

About

LunaLoop is a custom and open-source discord bot written in Lua. LunaLoop is a general-purpose bot.

License:GNU General Public License v3.0


Languages

Language:Lua 97.7%Language:Shell 2.3%