DerDomee / discordbot-alexxoffi

The main Discord bot for the communityserver of AlexxOffi
GNU General Public License v3.0
0 stars 0 forks source link

Add Missing translations and cleanup root directory #18

Closed DerDomee closed 3 years ago

DerDomee commented 3 years ago

ADDS BREAKING CHANGES!

This Update ships with new translations for the voice command. Furthermore, the database is moved out of the root directory into a ./data/ directory. All runtime data as data, temp and logs are placed in their own subdirectory now. This enables for easier dockerization at a later point.

UPDATE PROCESS Create a new directory data inside the repository or runtime folder (This is repo-untracked) and move the database.sqlite in this new directory. No renaming needed.