This commit is contained in:
2022-02-06 16:38:36 +02:00
parent 19cbac3c49
commit 2575c8d03c
13 changed files with 0 additions and 43 deletions

View File

@@ -1,16 +0,0 @@
########################
# #
# Language Config File #
# Romanian #
# #
########################
#Language name
LANGUAGE_NAME=Romanian
#Language on plugins
PLUGIN_LOADING_START=Incarcare extensii...
COMMAND_LOAD_SUCCESS=[COMANDA] Comanda {0} a fost incarcata cu succes
COMMAND_LOAD_FAIL=[COMANDA] Comanda {0} nu a fost incarcata pentru ca {1}
EVENT_LOAD_SUCCESS=[EVENIMENT] Evenimentul {0} a fost initializat cu succes
EVENT_LOAD_FAIL=[EVENIMENT] Evenimentul {0} nu a fost initializat pentru ca {1}

View File

@@ -1,2 +0,0 @@
BOT_TOKEN NzEzNzczNTM1MTIxNzY4NTU5.Xsk_aA.5ZDlK_bBm_7kqTALuuzhMyjDbXI
BOT_PREFIX ;

View File

@@ -1 +0,0 @@
Language=English

View File

@@ -1 +0,0 @@
Level=1,EXP=6,REXP=75

View File

@@ -1 +0,0 @@
Level=2,EXP=10,REXP=78

View File

@@ -1,7 +0,0 @@
Enabled=False
Dynamic Title=False
#For dynamic title add titles like this:
#Title=Hello,World,Test,Test2
Title=Hello World
Dynamic Title Change Rate=3501

View File

@@ -1,13 +0,0 @@
Enabled=True
Embed=True
#Available placeholders:
#{user.Name} => Username of the user
#{time.date} => Current Date
#{time.time} => Current time (hh:mm::ss)
MessageTitle = Welcome {user.Name}
MessageDescription=Embed description
MessageField1Title=Custom Title
MessageFiled1Text=Custom Filed 1 text
MessageField2Title=Custom Title
MessageFiled2Text=Custom Filed 2 text
MessageFooter=Today: {time.date} at {time.time}

View File

@@ -263,8 +263,6 @@ namespace DiscordBot
public static void SetLanguage(string LanguageName) public static void SetLanguage(string LanguageName)
{ {
string folder = Functions.langFolder;
string langSettings = Functions.dataFolder + "Language.txt"; string langSettings = Functions.dataFolder + "Language.txt";
File.WriteAllText(langSettings, "Language=" + LanguageName); File.WriteAllText(langSettings, "Language=" + LanguageName);