Skip to content

Instantly share code, notes, and snippets.

@Quarlie
Quarlie / index.py
Created July 6, 2022 16:35 — 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()