Skip to content

x8c8r/5bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

5bot

Custom bot for 5YLJ Discord Server made with Lua

Setup

Install Luvit
Install Discordia (This is the library used for the bot)

Self-Hosting

To host the bot you need to make a envVars.lua file in the src folder, and put this code in it:

local env =
{
    TOKEN = "BOT TOKEN HERE",
}

return env

This file is not provided by default for safety causes.

You can of course change the structure/name/other stuff if you know what you are doing.

To run the bot, go to the source folder, and execute luvit main.lua in your CMD/Terminal.
The main bot will be on the server.

FaQ

Q: Why Lua?
A: Lua is a really light-weight, but still powerful language, with a large community, due to it's wide use for modmaking.

About

A custom bot made for the 5YLJ server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages