https://github.com/nirokay/lunaloop
LunaLoop is a custom and open-source discord bot written in Lua. LunaLoop is a general-purpose bot.
https://github.com/nirokay/lunaloop
discord discord-bot discordia general-purpose
Last synced: about 2 months ago
JSON representation
LunaLoop is a custom and open-source discord bot written in Lua. LunaLoop is a general-purpose bot.
- Host: GitHub
- URL: https://github.com/nirokay/lunaloop
- Owner: nirokay
- License: gpl-3.0
- Created: 2022-07-19T23:09:11.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-26T14:19:10.000Z (over 2 years ago)
- Last Synced: 2025-02-13T10:50:02.996Z (4 months ago)
- Topics: discord, discord-bot, discordia, general-purpose
- Language: Lua
- Homepage:
- Size: 3.88 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LunaLoop Discord Bot
## About
LunaLoop is a discord general-purpose bot written in Lua, using the [discordia](https://github.com/SinisterRectus/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:
```lua
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
![]()
## Dependancies
Included in this Repository:
+ [Discordia](https://github.com/SinisterRectus/Discordia)
Required on your system:
+ bash
+ git
+ curl
+ [Luvit runtime](https://github.com/luvit/luvit)
+ Lua 5.2 (comes bundled with Luvit)## 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](https://github.com/truemedian/luvit-bin) (at your own risk, as it is not an official luvit repository!)