Skip to content

Instantly share code, notes, and snippets.

View burturt's full-sized avatar

Alec burturt

View GitHub Profile
@burturt
burturt / pin-bot.py
Created October 14, 2020 16:49 — forked from yhay81/pin-bot.py
Discord bot who can pin messages with just adding reaction 📌 (:pushpin:)
import discord
client = discord.Client()
@client.event
async def on_ready():
print('Logged in as')
print(client.user.name)