Skip to content

Instantly share code, notes, and snippets.

View el0xren's full-sized avatar
🤬
Thanks for your trash opinion

el0xren el0xren

🤬
Thanks for your trash opinion
View GitHub Profile
@el0xren
el0xren / index.py
Created June 19, 2021 16:08 — 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()