Skip to content

Instantly share code, notes, and snippets.

View crptcpchk's full-sized avatar
🧐

crptcpchk

🧐
View GitHub Profile
@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