Skip to content

Instantly share code, notes, and snippets.

View MNDL-27's full-sized avatar
🏠
Working from home

MNDL-27

🏠
Working from home
  • 16:45 (UTC +05:30)
View GitHub Profile
@MNDL-27
MNDL-27 / index.py
Created February 3, 2022 05:54 — 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()