Added encoding to header

This commit is contained in:
Profitroll 2022-09-14 13:02:06 +02:00
parent f8f1e3b08a
commit a3adfe7c4d
2 changed files with 2 additions and 0 deletions

1
bot.py
View File

@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
import os
import discord

View File

@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
from modules.functions import jsonLoad, jsonSave
def locale(key, *args):