some config

This commit is contained in:
Jannik Reimers 2024-10-25 10:05:21 +02:00
parent 5307298dae
commit 74843e54ed
Signed by: jansel
GPG key ID: 39C62D7D5233CFD0
10 changed files with 18 additions and 33 deletions

View file

@ -1,6 +1,6 @@
# KordEx Bot Template
This repository contains a basic KordEx example bot for you to use as a template for your own KordEx bots. This
This repository contains a basic KordEx example bot for you to use as a dev.jansel.template for your own KordEx bots. This
includes the following:
- A basic extension that allows you to slap other people, using both chat commands and slash commands.
@ -15,7 +15,7 @@ includes the following:
- A Groovy-based Logback config, so you have reasonable logging out of the box.
- Automatic generation of a Dockerfile via a `createDockerFile` task, also run at build time.
**Note:** This template includes a `.editorconfig` file that defaults to using tabs for indentation in almost all file
**Note:** This dev.jansel.template includes a `.editorconfig` file that defaults to using tabs for indentation in almost all file
types. This is because tabs are more accessible for the blind, or those with impaired vision. We won't accept
feedback or PRs targeting this approach, though you can always change it in your projects.