UTC: 2018-09-19 19:26
jack1142/choco-auto
This file is automatically generated by the update_all.ps1 script using the AU module.
Ignored | History | Force Test | Releases
UTC: 2018-09-19 19:26
jack1142/choco-auto
This file is automatically generated by the update_all.ps1 script using the AU module.
Ignored | History | Force Test | Releases
UTC: 2018-09-19 19:28
jack1142/choco-auto
This file is automatically generated by the update_all.ps1 script using the AU module.
Ignored | History | Force Test | Releases
UTC: 2018-09-19 19:28
jack1142/choco-auto
This file is automatically generated by the update_all.ps1 script using the AU module.
Ignored | History | Force Test | Releases
UTC: 2018-09-19 19:32
jack1142/choco-auto
This file is automatically generated by the update_all.ps1 script using the AU module.
Ignored | History | Force Test | Releases
UTC: 2018-09-19 19:34
jack1142/choco-auto
This file is automatically generated by the update_all.ps1 script using the AU module.
Ignored | History | Force Test | Releases
/* ==UserStyle== | |
@name Zenhub addition to Github Dark | |
@namespace jack1142 | |
@version 1.0.1 | |
@homepageURL https://gist.github.com/jack1142/e8f1cb483f109240658cca8a324605b0 | |
@updateURL https://gist.githubusercontent.com/jack1142/e8f1cb483f109240658cca8a324605b0/raw/github-dark-zenhub.user.css | |
@license Public Domain | |
@author jack1142 | |
==/UserStyle== */ | |
@-moz-document regexp("^https?://((gist|guides|help|launch-editor|raw|resources|status|developer)\\.)?github\\.com/((?!generated_pages/preview).)*$") { |
from typing import NamedTuple, Optional, Union | |
import asyncio | |
import json | |
import time | |
import aiohttp | |
class RedditException(Exception): | |
"""Base exception class for Reddit API.""" |
May 12 17:38:26 lucifer-bot python[13512]: [2020-05-12 17:38:26] [ERROR] red: Exception in command 'leaderboard' | |
May 12 17:38:26 lucifer-bot python[13512]: Traceback (most recent call last): | |
May 12 17:38:26 lucifer-bot python[13512]: File "/home/ubuntu/red-venv/lib/python3.8/site-packages/redbot/core/utils/menus.py", line 92, in menu | |
May 12 17:38:26 lucifer-bot python[13512]: react, user = await ctx.bot.wait_for( | |
May 12 17:38:26 lucifer-bot python[13512]: File "/usr/lib/python3.8/asyncio/tasks.py", line 490, in wait_for | |
May 12 17:38:26 lucifer-bot python[13512]: raise exceptions.TimeoutError() | |
May 12 17:38:26 lucifer-bot python[13512]: asyncio.exceptions.TimeoutError | |
May 12 17:38:26 lucifer-bot python[13512]: During handling of the above exception, another exception occurred: | |
May 12 17:38:26 lucifer-bot python[13512]: Traceback (most recent call last): | |
May 12 17:38:26 lucifer-bot python[13512]: File "/home/ubuntu/red-venv/lib/python3.8/site-packages/discord/ext/commands/core.py", line 83, in wra |
/* ==UserStyle== | |
@name Stop GitHub from rounding every single thing in their interface | |
@namespace jack1142 | |
@version 1.0.11 | |
@homepageURL https://gist.github.com/jack1142/a099527205dc5c2216566f32d7fca17d | |
@updateURL https://gist.github.com/jack1142/a099527205dc5c2216566f32d7fca17d/raw/github-stop-rounding.user.css | |
@license MIT License | |
@author jack1142 | |
==/UserStyle== */ | |
@-moz-document domain("github.com") { |
# list26s | |
from datetime import date | |
from collections import Counter | |
from redbot.core.utils.chat_formatting import box, pagify | |
from tabulate import tabulate | |
@commands.command() | |
async def list26s(ctx): |