Skip to content

Instantly share code, notes, and snippets.

View pxslip's full-sized avatar

Will K (pxslip) pxslip

View GitHub Profile
@yhay81
yhay81 / pin-bot.py
Last active April 12, 2022 11:32
Discord bot who can pin messages with just adding reaction 📌
import discord
client = discord.Client()
@client.event
async def on_ready():
print('Logged in as')
print(client.user.name)