Skip to content

Instantly share code, notes, and snippets.

View kclevenger84's full-sized avatar

Kevin Clevenger kclevenger84

  • Blue Springs High School
  • Blue Springs, MO
View GitHub Profile
@kclevenger84
kclevenger84 / index.py
Created April 22, 2021 19:44 — 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()