Fix autoproxy timeout message
This commit is contained in:
parent
ad921e17e3
commit
4e67c79154
@ -167,7 +167,7 @@ namespace PluralKit.Bot
|
|||||||
else if (newTimeoutHours == 0)
|
else if (newTimeoutHours == 0)
|
||||||
await ctx.Reply($"{Emojis.Success} Latch timeout disabled. Latch mode autoproxy will never time out.");
|
await ctx.Reply($"{Emojis.Success} Latch timeout disabled. Latch mode autoproxy will never time out.");
|
||||||
else
|
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)
|
public async Task AutoproxyAccount(Context ctx)
|
||||||
|
Loading…
Reference in New Issue
Block a user