Skip to content

Instantly share code, notes, and snippets.

View COMPLEJOSURHITS's full-sized avatar

nathali lascoity COMPLEJOSURHITS

  • COMPLEJOSURPREMIUM
  • buenos aires
View GitHub Profile
@COMPLEJOSURHITS
COMPLEJOSURHITS / index.py
Created September 11, 2020 13:51 — 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()