Skip to content

Instantly share code, notes, and snippets.

We couldn’t find that file to show.
import discord # type: ignore
from typing import ClassVar, Optional
from itertools import cycle
import asyncio
from async_timeout import timeout
class LoadingBar:
SLEEP_TIME: ClassVar[int] = 1
<!DOCTYPE HTML>
<html lang="pl">
<head>
<meta charset="utf-8">
<title>Odliczanie czasu</title>
<style>
body {
background-color: #111;
}