lang stuff

This commit is contained in:
Erik 2020-06-09 18:57:58 +03:00
parent bfeaa55171
commit 0067789437
2 changed files with 41 additions and 0 deletions

View File

@ -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]

View File

@ -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]