Skip to content

Instantly share code, notes, and snippets.

View ephemeral8997's full-sized avatar
💭
Working...

ephemeral8997 ephemeral8997

💭
Working...
  • 11:37 (UTC +03:00)
View GitHub Profile
@dpy-manager-bot
dpy-manager-bot / message.txt
Created September 7, 2020 11:49
A file by Kartikey#2655 in the discord.py guild
import discord
from discord import reaction, message, member, user
import discord.ext
import sqlite3
from discord.ext import commands
conn = sqlite3.connect('reactions.db')
c = conn.cursor()