mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-05-03 04:29:54 +03:00
Async command handling
This commit is contained in:
parent
51c24c1e23
commit
53f13d88a5
7 changed files with 54 additions and 40 deletions
|
@ -118,6 +118,7 @@ public static class Utils {
|
|||
}
|
||||
}
|
||||
|
||||
numberBuilder.Clear();
|
||||
return new TimeSpan(days, hours, minutes, seconds);
|
||||
}
|
||||
|
||||
|
@ -168,4 +169,4 @@ public static class Utils {
|
|||
public static void SetCurrentLanguage(ulong guildId) {
|
||||
Messages.Culture = CultureInfoCache[Boyfriend.GetGuildConfig(guildId)["Lang"]];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue