Skip to content

Instantly share code, notes, and snippets.

View Interestelarrr's full-sized avatar
💢

inter Interestelarrr

💢
  • interestelar
  • rio negro, argentina
View GitHub Profile
@Interestelarrr
Interestelarrr / index.py
Created February 13, 2021 23:30 — 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()