Skip to content

Instantly share code, notes, and snippets.

View Glowstik-YT's full-sized avatar

Glowstik_ Glowstik-YT

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):