My phone died and i can't get to my 2fa codes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import discord | |
| import asyncio | |
| from redbot.core import commands, checks, modlog, Config | |
| from redbot.core.bot import Red | |
| class Mutes(commands.Cog): | |
| """Muting the fuck out of people""" | |
| def __init__(self, bot: Red): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import discord | |
| from discord.ext import commands | |
| import threading | |
| import os | |
| from random import shuffle, choice | |
| from cogs.utils.dataIO import dataIO | |
| from cogs.utils import checks | |
| from cogs.utils.chat_formatting import pagify, escape | |
| from urllib.parse import urlparse | |
| from __main__ import send_cmd_help, settings |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| async def set_volume(self, vol: int): | |
| """ Sets the player's volume (1000% limit imposed by lavalink) """ | |
| # Lavalink supports 1000 vol now. | |
| self.volume = max(min(vol, 1000), 0) | |
| await self._lavalink.ws.send(op='volume', guildId=self.guild_id, volume=self.volume) | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @charset "UTF-8"; | |
| .theme-dark .chat .title-wrap { | |
| background-color: var(--dark-highlight); | |
| border: 0; } | |
| .chat > .title-wrap > .topic { | |
| color: rgba(128, 128, 128, 0.9); } | |
| .chat > .title-wrap { | |
| background-color: var(--light-primary); |
I hereby claim:
- I am atiwiex on github.
- I am atiwiex (https://keybase.io/atiwiex) on keybase.
- I have a public key whose fingerprint is 35DB 15FD 7AE3 905D A9EA 1774 E2AF 9749 C065 594F
To claim this, I am signing this object:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Imports si0n.cSDK | |
| Imports si0n.Offsets | |
| Imports si0n.cUsefulFuncs | |
| Imports si0n.ENUMS | |
| Imports System.Runtime.InteropServices | |
| Public Class cESP | |
| Public Shared pEspPlayer As New cBasePlayer(Nothing) | |
| Dim rnd As New Random |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <0>wnd_menu 686 112 | |
| <0>lbot_active 0 | |
| <0>lbot_enable 0 | |
| <0>lbot_autofire 0 | |
| <1>lbot_key 1 | |
| <1>lbot_togglekey 0 | |
| <0>lbot_fireonpress 1 | |
| <1>lbot_autopistol 0.2 | |
| <0>lbot_team 0 | |
| <0>lbot_throughsmoke 0 |