Skip to content

yuzudev/akebi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks