Skip to content

Instantly share code, notes, and snippets.

View projectrift's full-sized avatar

projectrift projectrift

View GitHub Profile
@projectrift
projectrift / index.py
Created June 17, 2022 17:22 — forked from fazt/index.py
Python Simple Discord Bot
import discord
from discord.ext import commands
import datetime
from urllib import parse, request
import re
bot = commands.Bot(command_prefix='>', description="This is a Helper Bot")
@bot.command()