added support for language files

This commit is contained in:
2025-04-06 15:43:35 +02:00
parent eb0991df53
commit 0c87e5f56a
28 changed files with 1087 additions and 973 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ async def main():
rd = data.read_data(bot)
if data_retries == 5 and not rd:
raise Exception("Couldn't read reddit_data.json: File doesn't exist")
raise Exception("Couldn't read re_data.json: File doesn't exist")
py_print("Successfully read data!")