mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Fix autoproxy timeout message
This commit is contained in:
parent
ad921e17e3
commit
4e67c79154
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ namespace PluralKit.Bot
|
|||
else if (newTimeoutHours == 0)
|
||||
await ctx.Reply($"{Emojis.Success} Latch timeout disabled. Latch mode autoproxy will never time out.");
|
||||
else
|
||||
await ctx.Reply($"{Emojis.Success} Latch timeout set to {newTimeout.Value!.ToTimeSpan().Humanize()} hours.");
|
||||
await ctx.Reply($"{Emojis.Success} Latch timeout set to {newTimeout.Value!.ToTimeSpan().Humanize()}.");
|
||||
}
|
||||
|
||||
public async Task AutoproxyAccount(Context ctx)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue