mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-01-31 01:25:22 +01:00
Log github rate limits + !stats command
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics;
|
||||
using System.Reflection;
|
||||
using System.Threading;
|
||||
using DSharpPlus.Entities;
|
||||
@@ -40,6 +41,8 @@ namespace CompatBot
|
||||
public static readonly TimeSpan DefaultTimeout = TimeSpan.FromSeconds(30);
|
||||
public static readonly TimeSpan LogParsingTimeout = TimeSpan.FromSeconds(15);
|
||||
|
||||
public static readonly Stopwatch Uptime = Stopwatch.StartNew();
|
||||
|
||||
public static class Colors
|
||||
{
|
||||
public static readonly DiscordColor Help = DiscordColor.Azure;
|
||||
|
||||
Reference in New Issue
Block a user