Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 435 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 435 Bytes

akebi

A lightweight Discord Bot

example

# oasis.toml

[config]
prefix = "->"
botId = "960545626557407323"
token = "Token"
ownerId = "774291406059601920"
intents = [ "Guilds", "GuildMessages" ]
supportGuildId = "960546774710353950"
development = true

[handler]
rootDirectory = ["core"]
loadDirectories = ["commands"]
temporaryFile = true
# .env
DATABASE_URL="postgresql://user:password@host:5432/dbname"