Skip to content

Instantly share code, notes, and snippets.

View crptcpchk's full-sized avatar
🧐

crptcpchk

🧐
View GitHub Profile

Keybase proof

I hereby claim:

  • I am crptcpchk on github.
  • I am crptcpchk (https://keybase.io/crptcpchk) on keybase.
  • I have a public key whose fingerprint is 034E 35F9 A2A3 6094 4071 C97E 4545 1A43 6C36 6619

To claim this, I am signing this object:

@crptcpchk
crptcpchk / quickpoll.py
Created September 26, 2023 12:52 — forked from Vexs/quickpoll.py
Simple polling function for a discord.py discord bot
import discord
from discord.ext import commands
class QuickPoll:
""""""
def __init__(self, bot):
self.bot = bot