diff --git a/language/languages/en_us/en_us_general.lang b/language/languages/en_us/en_us_general.lang index ae27c28..b5e9ccc 100644 --- a/language/languages/en_us/en_us_general.lang +++ b/language/languages/en_us/en_us_general.lang @@ -76,6 +76,9 @@ Failed to resolve `{resolveable}` to a user. [ERR_INVALID_METHOD] Method `{method}` is invalid! +[ERR_INVALID_SUBMETHOD] +Submethod `{submethod}` is invalid! + //Command Handler [COMMANDHANDLER_TYPES] diff --git a/language/languages/en_us/settings/en_us_moderation.lang b/language/languages/en_us/settings/en_us_moderation.lang index d4570a4..e2a7281 100644 --- a/language/languages/en_us/settings/en_us_moderation.lang +++ b/language/languages/en_us/settings/en_us_moderation.lang @@ -1,3 +1,41 @@ +//MODPOINTS SETTING +[S_MODPOINTS_NAN] +Invalid points: `{arg}` + +[S_MODPOINTS_TOOSMALL] +The provided integer is too small: `{arg}` + +[S_MODPOINTS_TOOBIG] +The provided integer is too big: `{arg}` + +[S_MODPOINTS_INVALID_TIMESTRING] +Could not parse a valid timestring from arguments! + +Make sure you're using the right format! +**(int unit)** +s, sec, secs, second, seconds - will parse to seconds +m, min, mins, minute, minutes - will parse to minutes +h, hr, hrs, hour, hours - will parse to hours +d, day, days - will parse to days +w, week, weeks - will parse to weeks +mon, mth, mths, month, months - will parse to months +y, yr, yrs, year, years - will parse to years + +[S_MODPOINTS_ASSOCIATE] +Successfully associated `{word}` to `{points}` points. + +[S_MODPOINTS_ASSOCIATE_REMOVE] +Successfully removed the following associations: {words} + +[S_MODPOINTS_ASSOCIATE_RESET] +Successfully cleared all point associations. + +[S_MODPOINTS_EXPIRE] +Successfully set {type} to expire in `{time}` time. + +[S_MODPOINTS_TOGGLE] +Successfully toggled modpoints {toggle}. + //modlogs setting [S_MODERATIONLOG_DESCRIPTION]