Skip to content

Instantly share code, notes, and snippets.

View bestprogrammer156's full-sized avatar

bestprogrammer156

View GitHub Profile
@bestprogrammer156
bestprogrammer156 / index.py
Created March 30, 2022 05:20 — 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()