Cristian-Sknz / OusuCore

**DEPRECATED** A runtime framework for Discord Bots

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OusuCore | for personal use | Beta 1.0

Este projeto foi feito para facilitar a forma em que eu faço os bots. Este projeto me fez poupar bastante tempo na criação de bots, pude criar bots mais rapido que o normal.

OBS: Este projeto tinha uma ideia inicial de rodar vários bots ao mesmo tempo, mas isso foi descontinuado, sofreu um rework, pois tinha vestigios da antiga ideia, que fazia o codigo do projeto ficar desnecessariamente poluido.

Para desfrutar completamente o uso, recomendo utilizar o OusuCore-Commons.

Directory Struture

OusuCore:.
├───./bots
│   ├─── YourBot.jar
│   └───./YourBot
│       ├───assets
│       ├───fonts
│       └───language
├───./dependency
├───./library
├───./logs
├─── Settings.ini
├─── SQLConfiguration.ini
└─── OusuCore.jar

Settings File

[BotConfiguration]
token = BOT-TOKEN
shards = 1

[OtherConfiguration]
chunkfilter = true
cacheflag = default
gatewayintents = default
  • CacheFlag & GatewayIntents Only the default option is available

SQL File

[Database]
template = postgres
; Only Postgres

[DatabaseCredentials]
server = localhost
database = postgres
port = 5432
user = postgres
password = 123

About

**DEPRECATED** A runtime framework for Discord Bots

License:GNU Affero General Public License v3.0


Languages

Language:Java 100.0%