Skip to content

Instantly share code, notes, and snippets.

View apat7's full-sized avatar

aryaman p apat7

View GitHub Profile
@minibox24
minibox24 / bot.py
Created April 23, 2021 05:32
discord button poll bot
import discord
from discord.ext import commands
from discord.http import Route
import uuid
bot = commands.Bot(command_prefix='`')
bot.poll_data = {}
def make_buttons(tag, data):